| 
 | Oracle® Fusion Middleware Java API Reference for Oracle Coherence 12c (12.1.3.0.0) E47890-01 | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Object
   com.tangosol.io.pof.reflect.Codecs
com.tangosol.io.pof.reflect.Codecs
public class Codecs
Codecs is a container for accessing default Codecs.AbstractCodec implementations.
| Nested Class Summary | |
|---|---|
| static class | Codecs.AbstractCodecAbstract Codecimplementations that encodes objects by simply delegating toPofWriter.writeObject(int, Object). | 
| static class | Codecs.DefaultCodecImplementation of Codecthat simply delegates toPofReader.readObject(int)andPofWriter.writeObject(int, Object)to deserialize and serialize an object. | 
| Field Summary | |
|---|---|
| static Codec | DEFAULT_CODECA singleton instance of a Codecs.DefaultCodec | 
| Constructor Summary | |
|---|---|
| Codecs() | |
| Method Summary | |
|---|---|
| static Codec | getCodec(java.lang.Class clz)Based on the specified Codecs.AbstractCodecclass, provided either instantiate if it is unknown or use a default codec. | 
| Field Detail | 
|---|
public static final Codec DEFAULT_CODEC
Codecs.DefaultCodec| Constructor Detail | 
|---|
public Codecs()
| Method Detail | 
|---|
public static Codec getCodec(java.lang.Class clz)
Codecs.AbstractCodec class, provided either instantiate if it is unknown or use a default codec.clz - the class defining the codec to use or the type the codec should handle| 
 | Oracle® Fusion Middleware Java API Reference for Oracle Coherence 12c (12.1.3.0.0) E47890-01 | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||