Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
12c (12.2.1.4.0)
E90869-02
A IPofSerializer implementation that serializes classes that implement IPortableObject interface (and optionally IEvolvableObject interface).

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

Syntax

C#
public class PortableTypeSerializer : IPofSerializer

Remarks

Unlike legacy PortableObjectSerializer, this class serializes attributes of each class in the object's hierarchy into a separate nested POF stream, which allows for independent evolution of each class in the hierarchy, as well as the evolution of the hierarchy itself (addition of new classes at any level in the hierarchy).

Inheritance Hierarchy

System..::..Object
  Tangosol.IO.Pof..::..PortableTypeSerializer

See Also