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..::.PofStreamWriter
Tangosol.IO.Pof..::.PofStreamWriter..::.UserTypeWriter
E22844-03
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.PofAssembly: Coherence (in Coherence.dll) Version: 3.7.1.23 (3.7.1.23)
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
Tangosol.IO.Pof..::.PofStreamWriter
Tangosol.IO.Pof..::.PofStreamWriter..::.UserTypeWriter