Uses of Class
com.tangosol.io.pof.reflect.Codecs.AbstractCodec
-
Packages that use Codecs.AbstractCodec Package Description com.tangosol.io.pof.reflect Contains classes related to POF stream navigation and manipulation. -
-
Uses of Codecs.AbstractCodec in com.tangosol.io.pof.reflect
Subclasses of Codecs.AbstractCodec in com.tangosol.io.pof.reflect Modifier and Type Class Description static class
Codecs.ArrayCodec
Implementation ofCodec
that delegates toPofReader.readObjectArray(int, Object[])
andPofWriter.writeObjectArray(int, Object[])
to deserialize and serialize an object.static class
Codecs.CollectionCodec
Implementation ofCodec
that delegates toPofReader.readCollection(int, Collection)
andPofWriter.writeCollection(int, Collection)
to deserialize and serialize an object.static class
Codecs.DefaultCodec
Implementation ofCodec
that simply delegates toPofReader.readObject(int)
andPofWriter.writeObject(int, Object)
to deserialize and serialize an object.static class
Codecs.LongArrayCodec
Implementation ofCodec
that delegates toPofReader.readLongArray(int, LongArray)
andPofWriter.writeLongArray(int, LongArray)
to deserialize and serialize an object.static class
Codecs.MapCodec
Implementation ofCodec
that delegates toPofReader.readMap(int, Map)
andPofWriter.writeMap(int, Map)
to deserialize and serialize an object.
-