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

Implementation of ICodec that simply delegates to ReadObject(Int32) and WriteObject(Int32, Object) to deserialize and serialize an object.

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

Syntax

C#
public class DefaultCodec : Codecs..::.AbstractCodec

Inheritance Hierarchy

System..::.Object
  Tangosol.IO.Pof.Reflection..::.Codecs..::.AbstractCodec
    Tangosol.IO.Pof.Reflection..::.Codecs..::.DefaultCodec

See Also