Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
12c (12.2.1.4.0)
E90869-02
The UserTypeWriter implementation is a contextually-aware IPofWriter whose purpose is to write the properties of a value of a specified user type.

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

Syntax

C#
public class UserTypeWriter : PofStreamWriter

Remarks

The "contextual awareness" refers to the fact that the UserTypeWriter maintains state about the type identifier, the PofWriter's property index position within the user type value, and an IPofContext that may differ from the IPofContext that provided the IPofSerializer which is using this UserTypeWriter to serialize a user type.

Inheritance Hierarchy

System..::..Object
  Tangosol.IO.Pof..::..PofStreamWriter
    Tangosol.IO.Pof..::..PofStreamWriter..::..UserTypeWriter

See Also