Click or drag to resize

PofStreamWriterCreateNestedPofWriter Method (Int32, Int32)

Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
14c (14.1.1.0)
F23534-02
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: 14.1.1.14 (14.1.1.14)
Syntax
C#
public virtual IPofWriter CreateNestedPofWriter(
	int iProp,
	int nTypeId
)

Parameters

iProp
Type: SystemInt32
the property index
nTypeId
Type: SystemInt32
the type identifier of the nested property

Return Value

Type: IPofWriter
a PofWriter whose contents are nested into a single property of this PofWriter

Implements

IPofWriterCreateNestedPofWriter(Int32, Int32)
Exceptions
ExceptionCondition
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
InvalidOperationException if no user type is being written
IOException if an I/O error occurs
See Also