Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
12c (12.2.1.4.0)
E90869-02
Abstract ICodec implementations that encodes objects by simply delegating to WriteObject(Int32, Object). Generally the default WriteObject implementation does not need to be modified as the current accommodation of types and conversion to POF is generally accepted, with the deserialization being more likely to be specific.

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

Syntax

C#
public abstract class AbstractCodec : ICodec

Inheritance Hierarchy

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

See Also