Oracle® Coherence .NET API Reference Release 3.7.1
E22844-03

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: 3.7.1.23 (3.7.1.23)

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