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

Obtain a PofWriter that can be used to write a set of properties into a single property of the current user type. The returned PofWriter is only valid from the time that it is returned until the next call is made to this PofWriter.

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

Syntax

C#
public virtual IPofWriter CreateNestedPofWriter(
	int iProp
)

Parameters

iProp
Type: System..::.Int32
the property index

Return Value

[Missing <returns> documentation for "M:Tangosol.IO.Pof.PofStreamWriter.CreateNestedPofWriter(System.Int32)"]

Implements

IPofWriter..::.CreateNestedPofWriter(Int32)

Exceptions

ExceptionCondition
System..::.ArgumentException if the property index is invalid, or is less than or equal to the index of the previous property written to the POF stream
System..::.InvalidOperationException if no user type is being written
System.IO..::.IOException if an I/O error occurs

See Also