.NET API Reference for Oracle® Coherence Community Edition 
 (14.1.1.0)
E55634-01
 
            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.1 (14.1.1.1)
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