Class ArrayDequeProxy
java.lang.Object
org.javimmutable.collections.serialization.ArrayDequeProxy
- All Implemented Interfaces:
Externalizable
,Serializable
Serialization proxy class to safely serialize immutable collection.
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
deque
-
-
Constructor Details
-
ArrayDequeProxy
public ArrayDequeProxy() -
ArrayDequeProxy
-
-
Method Details
-
writeExternal
- Specified by:
writeExternal
in interfaceExternalizable
- Throws:
IOException
-
readExternal
- Specified by:
readExternal
in interfaceExternalizable
- Throws:
IOException
ClassNotFoundException
-
readResolve
-