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

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

Fields

  NameDescription
m_complex
The Complex value that corresponds to the user type that is being written.
m_ctx
The IPofContext used by this PofStreamWriter to serialize user types.
(Inherited from PofStreamWriter.)
m_evolvable
A flag to indicate if the object to be written is either evolvable or part of an evolvable object.
(Inherited from PofStreamWriter.)
m_handler
The WritingPofHandler used to write a POF stream.
(Inherited from PofStreamWriter.)
m_id
The identity of the object to encode, or -1 if the identity shouldn't be encoded in the POF stream
m_isUserTypeBegin
true if the type and version identifier of the user type was written to the POF stream.
m_isUserTypeEnd
true if the user type was written to the POF stream.
m_prevProp
The index of the last property written to the POF stream or -1 if the first property has yet to be written.
m_prop
The index of the user type being written.
m_refs
If references are used, then this is the ReferenceLibrary
(Inherited from PofStreamWriter.)
m_typeId
The type identifier of the user type that is being written.
m_versionId
The version identifier of the user type that is being written.
m_writer
The Stream object that the PofStreamWriter writes to.
(Inherited from PofStreamWriter.)
m_writerNested
The currently open nested writer, if any.

See Also