Uses of Class
com.tangosol.io.pof.reflect.Codecs.AbstractCodec
Packages that use Codecs.AbstractCodec
Package
Description
Contains classes related to POF stream navigation and manipulation.
- 
Uses of Codecs.AbstractCodec in com.tangosol.io.pof.reflectSubclasses of Codecs.AbstractCodec in com.tangosol.io.pof.reflectModifier and TypeClassDescriptionstatic classImplementation ofCodecthat delegates toPofReader.readObjectArray(int, Object[])andPofWriter.writeObjectArray(int, Object[])to deserialize and serialize an object.static classImplementation ofCodecthat delegates toPofReader.readCollection(int, Collection)andPofWriter.writeCollection(int, Collection)to deserialize and serialize an object.static classImplementation ofCodecthat simply delegates toPofReader.readObject(int)andPofWriter.writeObject(int, Object)to deserialize and serialize an object.static classImplementation ofCodecthat delegates toPofReader.readLongArray(int, LongArray)andPofWriter.writeLongArray(int, LongArray)to deserialize and serialize an object.static classImplementation ofCodecthat delegates toPofReader.readMap(int, Map)andPofWriter.writeMap(int, Map)to deserialize and serialize an object.