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

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