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 classCodecs.ArrayCodecImplementation ofCodecthat delegates toPofReader.readObjectArray(int, Object[])andPofWriter.writeObjectArray(int, Object[])to deserialize and serialize an object.static classCodecs.CollectionCodecImplementation ofCodecthat delegates toPofReader.readCollection(int, Collection)andPofWriter.writeCollection(int, Collection)to deserialize and serialize an object.static classCodecs.DefaultCodecImplementation ofCodecthat simply delegates toPofReader.readObject(int)andPofWriter.writeObject(int, Object)to deserialize and serialize an object.static classCodecs.LongArrayCodecImplementation ofCodecthat delegates toPofReader.readLongArray(int, LongArray)andPofWriter.writeLongArray(int, LongArray)to deserialize and serialize an object.static classCodecs.MapCodecImplementation ofCodecthat delegates toPofReader.readMap(int, Map)andPofWriter.writeMap(int, Map)to deserialize and serialize an object.
-