Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
12c (12.2.1.4.0)
E90869-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: 12.2.1.4014 (12.2.1.4014)

Syntax

C#
public static ICodec GetCodec(
	Type type
)

Parameters

type
Type: System..::..Type
The class defining the codec to use.

Return Value

ICodec that supports encoding and decoding of objects of the specified type.

See Also