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

The PofStreamWriter type exposes the following members.

Properties

  NameDescription
IsEvolvable
Gets or sets the flag that indicate if the object to be written is either evolvable or part of an evolvable object.
PofContext
Gets or sets the IPofContext object used by this PofStreamWriter to serialize user types into a POF stream.
PofHandler
Gets the WritingPofHandler used internally by this PofStreamWriter to write the POF stream.
UserTypeId
Gets the user type that is currently being written.
VersionId
Gets or sets the version identifier of the user type that is currently being written.

See Also