Oracle® Coherence .NET API Reference Release 3.6
E15727-01

The PofStreamWriter..::.UserTypeWriter type exposes the following members.

Properties

  NameDescription
PofContext
Gets or sets the IPofContext object used by this PofStreamWriter to serialize user types into a POF stream.
(Inherited from PofStreamWriter.)
PofHandler
Gets the WritingPofHandler used internally by this PofStreamWriter to write the POF stream.
(Inherited from PofStreamWriter.)
UserTypeId
Gets the user type that is currently being written.
(Overrides PofStreamWriter..::.UserTypeId.)
VersionId
Gets or sets the version identifier of the user type that is currently being written.
(Overrides PofStreamWriter..::.VersionId.)
WriterParent
If this writer is contextually within a user type, obtain the writer which created this writer in order to write the user type.

See Also