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
FieldsModifier and TypeFieldDescriptionprotected final java.util.function.Supplier<IListBuilder> protected IList -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
builderFactory
-
list
-
-
Constructor Details
-
TreeListProxy
public TreeListProxy() -
TreeListProxy
-
-
Method Details
-
writeExternal
- Specified by:
writeExternalin interfaceExternalizable- Throws:
IOException
-
readExternal
- Specified by:
readExternalin interfaceExternalizable- Throws:
IOExceptionClassNotFoundException
-
readResolve
-