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

A codec to use to short-circuit determining the type via either method return type or field type.

Namespace:  Tangosol.IO.Pof.Annotation
Assembly:  Coherence (in Coherence.dll) Version: 3.7.1.23 (3.7.1.23)

Syntax

C#
public Type Codec { get; }

Return Value

A Type that should be assingable to ICodec.

Remarks

This could be used to determine concrete implementations of interfaces, i.e. when the method return is a IList<(Of <(T>)>) this type definition could instruct the code to utilize a LinkedList<(Of <(T>)>).

See Also