Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
14c (14.1.1.0)
F23534-02
Based on the
Typetype provided either
instantiate if it is unknown or use a default codec.
Namespace:
Tangosol.IO.Pof.Reflection
Assembly:
Coherence (in Coherence.dll) Version: 14.1.1.14 (14.1.1.14)
Syntaxpublic static ICodec GetCodec(
Type type
)
Parameters
- type
- Type: SystemType
The class defining the codec to use.
Return Value
Type:
ICodec
ICodec that supports encoding and decoding of objects of the
specified type.
See Also