Class ImmutableStackSerializationProxy<T>
java.lang.Object
org.eclipse.collections.impl.stack.immutable.ImmutableStackSerializationProxy<T>
- All Implemented Interfaces:
Externalizable
,Serializable
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
-
Method Summary
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
stack
-
-
Constructor Details
-
ImmutableStackSerializationProxy
public ImmutableStackSerializationProxy() -
ImmutableStackSerializationProxy
-
-
Method Details
-
writeExternal
- Specified by:
writeExternal
in interfaceExternalizable
- Throws:
IOException
-
readExternal
- Specified by:
readExternal
in interfaceExternalizable
- Throws:
IOException
ClassNotFoundException
-
readResolve
-