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

The PofStreamWriter type exposes the following members.

Fields

  NameDescription
m_ctx
The IPofContext used by this PofStreamWriter to serialize user types.
m_evolvable
A flag to indicate if the object to be written is either evolvable or part of an evolvable object.
m_handler
The WritingPofHandler used to write a POF stream.
m_refs
If references are used, then this is the ReferenceLibrary
m_writer
The Stream object that the PofStreamWriter writes to.

See Also