Oracle® Coherence .NET API Reference Release 3.6.1
E18812-01

Gets the DataWriter object that this WritingPofHandler is writing to.

Namespace:  Tangosol.IO.Pof
Assembly:  Coherence (in Coherence.dll) Version: 3.6.1.0 (3.6.1.0)

Syntax

C#
public virtual DataWriter Writer { get; }

Field Value

The DataWriter object that this POF handler is writing to.

See Also