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

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