Class DefaultPacketStreamSerializer<T>
java.lang.Object
com.gigaspaces.internal.server.space.redolog.storage.bytebuffer.DefaultPacketStreamSerializer<T>
- All Implemented Interfaces:
IPacketStreamSerializer<T>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionreadPacketFromStream(ObjectInput input) Reads a packet from the given input streamvoidwritePacketToStream(ObjectOutput output, T packet) Writes the given packet to the output stream
-
Constructor Details
-
DefaultPacketStreamSerializer
public DefaultPacketStreamSerializer()
-
-
Method Details
-
readPacketFromStream
Description copied from interface:IPacketStreamSerializerReads a packet from the given input stream- Specified by:
readPacketFromStreamin interfaceIPacketStreamSerializer<T>- Throws:
IOExceptionClassNotFoundException
-
writePacketToStream
Description copied from interface:IPacketStreamSerializerWrites the given packet to the output stream- Specified by:
writePacketToStreamin interfaceIPacketStreamSerializer<T>- Throws:
IOException
-