Uses of Interface
com.tangosol.io.pof.reflect.Codec
Package
Description
Contains classes related to POF stream navigation and manipulation.
-
Uses of Codec in com.tangosol.io.pof.reflect
Modifier and TypeClassDescriptionstatic class
AbstractCodec
implementations that encodes objects by simply delegating toPofWriter.writeObject(int, Object)
.static class
Implementation ofCodec
that delegates toPofReader.readObjectArray(int, Object[])
andPofWriter.writeObjectArray(int, Object[])
to deserialize and serialize an object.static class
Implementation ofCodec
that delegates toPofReader.readCollection(int, Collection)
andPofWriter.writeCollection(int, Collection)
to deserialize and serialize an object.static class
Implementation ofCodec
that simply delegates toPofReader.readObject(int)
andPofWriter.writeObject(int, Object)
to deserialize and serialize an object.static class
Implementation ofCodec
that delegates toPofReader.readLongArray(int, LongArray)
andPofWriter.writeLongArray(int, LongArray)
to deserialize and serialize an object.static class
Implementation ofCodec
that delegates toPofReader.readMap(int, Map)
andPofWriter.writeMap(int, Map)
to deserialize and serialize an object.Modifier and TypeFieldDescriptionstatic final Codec
Codecs.DEFAULT_CODEC
A singleton instance of aCodecs.DefaultCodec