Class AbstractExternalizable
java.lang.Object
com.gigaspaces.internal.serialization.AbstractExternalizable
- All Implemented Interfaces:
SmartExternalizable,Externalizable,Serializable
- Direct Known Subclasses:
AbstractCompoundIndexSegment,AbstractEntryPacket,AbstractSpaceIndex,AbstractSpacePredicate,AbstractSpaceValueGetter
Base class for externalizable classes in gigaspaces, providing forward/backward compatibility
info.
- Since:
- 7.1
- Author:
- Niv Ingberg
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidprotected voidvoidprotected voidMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.gigaspaces.serialization.SmartExternalizable
enabledSmartExternalizableWithReference
-
Constructor Details
-
AbstractExternalizable
protected AbstractExternalizable()
-
-
Method Details
-
writeExternal
- Specified by:
writeExternalin interfaceExternalizable- Throws:
IOException
-
readExternal
- Specified by:
readExternalin interfaceExternalizable- Throws:
IOExceptionClassNotFoundException
-
readExternalImpl
- Throws:
IOExceptionClassNotFoundException
-
writeExternalImpl
- Throws:
IOException
-