Oracle® Coherence .NET API Reference Release 3.7.1
E22844-03
Assembly: Coherence (in Coherence.dll) Version: 3.7.1.23 (3.7.1.23)
System..::.Object
Tangosol.IO.Pof..::.PofStreamReader
Tangosol.IO.Pof..::.PofStreamReader..::.UserTypeReader
E22844-03
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.PofAssembly: Coherence (in Coherence.dll) Version: 3.7.1.23 (3.7.1.23)
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
Tangosol.IO.Pof..::.PofStreamReader
Tangosol.IO.Pof..::.PofStreamReader..::.UserTypeReader