| Package | Description | 
|---|---|
| com.tangosol.io.pof.reflect | Contains classes related to POF stream navigation and manipulation. | 
| Modifier and Type | Class and Description | 
|---|---|
| static class  | Codecs.AbstractCodecAbstract  Codecimplementations that encodes objects by simply delegating toPofWriter.writeObject(int, Object). | 
| static class  | Codecs.ArrayCodecImplementation of  Codecthat delegates toPofReader.readObjectArray(int, Object[])andPofWriter.writeObjectArray(int, Object[])to deserialize and serialize an object. | 
| static class  | Codecs.CollectionCodecImplementation of  Codecthat delegates toPofReader.readCollection(int, Collection)andPofWriter.writeCollection(int, Collection)to deserialize and serialize an object. | 
| static class  | Codecs.DefaultCodecImplementation of  Codecthat simply delegates toPofReader.readObject(int)andPofWriter.writeObject(int, Object)to deserialize and serialize an object. | 
| static class  | Codecs.LongArrayCodecImplementation of  Codecthat delegates toPofReader.readLongArray(int, LongArray)andPofWriter.writeLongArray(int, LongArray)to deserialize and serialize an object. | 
| static class  | Codecs.MapCodecImplementation of  Codecthat delegates toPofReader.readMap(int, Map)andPofWriter.writeMap(int, Map)to deserialize and serialize an object. | 
| Modifier and Type | Field and Description | 
|---|---|
| static Codec | Codecs. DEFAULT_CODECA singleton instance of a  Codecs.DefaultCodec | 
| Modifier and Type | Method and Description | 
|---|---|
| static Codec | Codecs. getCodec(Class<?> clz)Return a  Codecbased on the provided Class. |