Class TreeSetMapProxy
java.lang.Object
org.javimmutable.collections.serialization.TreeSetMapProxy
- 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 ISetMap
readMap
(ObjectInput in) protected Object
void
protected void
writeMap
(ObjectOutput out)
-
Field Details
-
map
-
-
Constructor Details
-
TreeSetMapProxy
public TreeSetMapProxy() -
TreeSetMapProxy
-
-
Method Details
-
readMap
- Throws:
IOException
ClassNotFoundException
-
writeMap
- Throws:
IOException
-
writeExternal
- Specified by:
writeExternal
in interfaceExternalizable
- Throws:
IOException
-
readExternal
- Specified by:
readExternal
in interfaceExternalizable
- Throws:
IOException
ClassNotFoundException
-
readResolve
-