PofStreamWriterUserTypeWriter Constructor (PofStreamWriter, WritingPofHandler, IPofContext, Int32, Int32, Int32) |
Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
14c (14.1.1.0)
F23534-02
Construct a UserTypeWriter for writing the property
values of a user type.
Namespace:
Tangosol.IO.Pof
Assembly:
Coherence (in Coherence.dll) Version: 14.1.1.14 (14.1.1.14)
Syntaxpublic UserTypeWriter(
PofStreamWriter parent,
WritingPofHandler handler,
IPofContext ctx,
int typeId,
int index,
int id
)
Parameters
- parent
- Type: Tangosol.IO.PofPofStreamWriter
the containing PofBufferWriter
- handler
- Type: Tangosol.IO.PofWritingPofHandler
The WritingPofHandler used to write user type
data (except for the user type id itself, which is passed as
a constructor argument).
- ctx
- Type: Tangosol.IO.PofIPofContext
The IPofContext to use for writing the user
type property values within the user type that this writer
will be writing.
- typeId
- Type: SystemInt32
The type identifier of the user type; must be non-negative.
- index
- Type: SystemInt32
The index of the user type being written.
- id
- Type: SystemInt32
the identity of the object to encode, or -1 if the identity
shouldn't be encoded in the POF stream
See Also