Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
12c (12.1.3.0.0)
E47892-01

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

Properties

  NameDescription
Protected propertyIsEvolvable
Gets the flag that indicate if the object to be written is either evolvable or part of an evolvable object.
(Overrides PofStreamWriter..::..IsEvolvable.)
Public propertyPofContext
Gets or sets the IPofContext object used by this PofStreamWriter to serialize user types into a POF stream.
(Inherited from PofStreamWriter.)
Protected propertyPofHandler
Gets the WritingPofHandler used internally by this PofStreamWriter to write the POF stream.
(Inherited from PofStreamWriter.)
Public propertyUserTypeId
Gets the user type that is currently being written.
(Overrides PofStreamWriter..::..UserTypeId.)
Public propertyVersionId
Gets or sets the version identifier of the user type that is currently being written.
(Overrides PofStreamWriter..::..VersionId.)
Public propertyWriterParent
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