Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
12c (12.2.1.4.0)
E90869-02
The UserTypeReader implementation is a contextually-aware IPofReader whose purpose is to advance through 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 UserTypeReader : PofStreamReader

Remarks

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

Inheritance Hierarchy

System..::..Object
  Tangosol.IO.Pof..::..PofStreamReader
    Tangosol.IO.Pof..::..PofStreamReader..::..UserTypeReader

See Also