|
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
public class Codecs
Codecs is a container for accessing default Codecs.AbstractCodec implementations.
| Nested Class Summary | |
|---|---|
static class |
Codecs.AbstractCodecAbstract Codec implementations that encodes objects by simply delegating to PofWriter.writeObject(int, Object). |
static class |
Codecs.DefaultCodecImplementation of Codec that simply delegates to PofReader.readObject(int) and PofWriter.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.AbstractCodec class, 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 | |||||||