Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
12c (12.1.3.0.0)
E47892-01
Save the contents of a POF user type instance by writing its state using the specified IPofWriter object.

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

Syntax

C#
void WriteExternal(
	IPofWriter writer
)

Parameters

writer
Type: Tangosol.IO.Pof..::..IPofWriter
The IPofWriter to which to write the object's state.

Exceptions

ExceptionCondition
System.IO..::..IOException If an I/O error occurs.

See Also