Oracle® Coherence .NET API Reference Release 3.7.1
E22844-03

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

Properties

  NameDescription
IsEvolvable
Gets the flag that indicate if the object to be written is either evolvable or part of an evolvable object.
(Overrides PofStreamWriter..::.IsEvolvable.)
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