Class TreeListMapProxy
java.lang.Object
org.javimmutable.collections.serialization.TreeListMapProxy
- 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 IListMap
readMap
(ObjectInput in) protected Object
void
protected void
writeMap
(ObjectOutput out)
-
Field Details
-
map
-
-
Constructor Details
-
TreeListMapProxy
public TreeListMapProxy() -
TreeListMapProxy
-
-
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
-