Class PacketSerializer<T>
java.lang.Object
com.gigaspaces.internal.server.space.redolog.storage.bytebuffer.PacketSerializer<T>
Supports single serializer multi concurrent deserializers
- Since:
- 7.1
- Author:
- eitany
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondeserializePacket(byte[] serializedPacket) serializePacket(T packet)
-
Constructor Details
-
PacketSerializer
-
-
Method Details
-
serializePacket
- Throws:
IOException
-
deserializePacket
- Throws:
IOExceptionClassNotFoundException
-