Class TreeListProxy
java.lang.Object
org.javimmutable.collections.serialization.TreeListProxy
- All Implemented Interfaces:
Externalizable
,Serializable
Serialization proxy class to safely serialize immutable collection.
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionprotected final java.util.function.Supplier
<IListBuilder> protected IList
-
Constructor Summary
-
Method Summary
-
Field Details
-
builderFactory
-
list
-
-
Constructor Details
-
TreeListProxy
public TreeListProxy() -
TreeListProxy
-
-
Method Details
-
writeExternal
- Specified by:
writeExternal
in interfaceExternalizable
- Throws:
IOException
-
readExternal
- Specified by:
readExternal
in interfaceExternalizable
- Throws:
IOException
ClassNotFoundException
-
readResolve
-