Class TreeMultisetProxy
java.lang.Object
org.javimmutable.collections.serialization.TreeMultisetProxy
- All Implemented Interfaces:
Externalizable
,Serializable
Serialization proxy class to safely serialize immutable collection.
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
protected Object
protected IMultiset
readSet
(ObjectInput in) void
protected void
writeSet
(ObjectOutput out)
-
Field Details
-
set
-
-
Constructor Details
-
TreeMultisetProxy
public TreeMultisetProxy() -
TreeMultisetProxy
-
-
Method Details
-
readSet
- Throws:
IOException
ClassNotFoundException
-
writeSet
- Throws:
IOException
-
writeExternal
- Specified by:
writeExternal
in interfaceExternalizable
- Throws:
IOException
-
readExternal
- Specified by:
readExternal
in interfaceExternalizable
- Throws:
IOException
ClassNotFoundException
-
readResolve
-