Package com.gigaspaces.internal.io
Class CompressedMarshObject
java.lang.Object
com.gigaspaces.internal.io.MarshObject
com.gigaspaces.internal.io.CompressedMarshObject
- All Implemented Interfaces:
BinaryWrapper,SmartExternalizable,Externalizable,Serializable
CompressedMarshObject extends MarshObject by keeping the byte array zipped by GZIP.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.gigaspaces.internal.io.MarshObject
equals, getBytes, hashCode, hashCode, readExternal, writeExternalMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface com.gigaspaces.serialization.SmartExternalizable
enabledSmartExternalizableWithReference
-
Constructor Details
-
CompressedMarshObject
public CompressedMarshObject() -
CompressedMarshObject
public CompressedMarshObject(byte[] bytes)
-
-
Method Details
-
toString
- Overrides:
toStringin classMarshObject
-