Class OrderedMultisetProxy
java.lang.Object
org.javimmutable.collections.serialization.OrderedMultisetProxy
- All Implemented Interfaces:
Externalizable,Serializable
Serialization proxy class to safely serialize immutable collection.
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidprotected Objectprotected IMultisetreadSet(ObjectInput in) voidprotected voidwriteSet(ObjectOutput out)
-
Field Details
-
set
-
-
Constructor Details
-
OrderedMultisetProxy
public OrderedMultisetProxy() -
OrderedMultisetProxy
-
-
Method Details
-
writeExternal
- Specified by:
writeExternalin interfaceExternalizable- Throws:
IOException
-
readExternal
- Specified by:
readExternalin interfaceExternalizable- Throws:
IOExceptionClassNotFoundException
-
readResolve
-
readSet
- Throws:
IOExceptionClassNotFoundException
-
writeSet
- Throws:
IOException
-