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

The IPofWriter type exposes the following members.

Methods

  NameDescription
CreateNestedPofWriter
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.
WriteArrayOverloaded.
WriteBinary
Write a Binary property to the POF stream.
WriteBoolean
Write a Boolean property to the POF stream.
WriteBooleanArray
Write a Boolean[] property to the POF stream.
WriteByte
Write a Byte property to the POF stream.
WriteByteArray
Write a Byte[] property to the POF stream.
WriteChar
Write a Char property to the POF stream.
WriteCharArray
Write a Char[] property to the POF stream.
WriteCollectionOverloaded.
WriteDate
Write a DateTime property to the POF stream in ISO8601 format.
WriteDateTime
Write a DateTime property to the POF stream in ISO8601 format.
WriteDayTimeInterval
Write a TimeSpan property to the POF stream.
WriteDecimal
Write a Decimal property to the POF stream.
WriteDictionaryOverloaded.
WriteDouble
Write a Double property to the POF stream.
WriteDoubleArray
Write a Double[] property to the POF stream.
WriteInt16
Write an Int16 property to the POF stream.
WriteInt16Array
Write an Int16[] property to the POF stream.
WriteInt32
Write an Int32 property to the POF stream.
WriteInt32Array
Write an Int32[] property to the POF stream.
WriteInt64
Write an Int64 property to the POF stream.
WriteInt64Array
Write an Int64[] property to the POF stream.
WriteLocalDateTime
Write a DateTime property to the POF stream in ISO8601 format.
WriteLocalTime
Write a DateTime property to the POF stream in ISO8601 format.
WriteLongArrayOverloaded.
WriteObject
Write an Object property to the POF stream.
WriteRawDateTime
Write a RawDateTime property to the POF stream.
WriteRawInt128
Write an RawInt128 property to the POF stream.
WriteRawTime
Write a RawTime property to the POF stream.
WriteRawYearMonthInterval
Write a RawYearMonthInterval property to the POF stream.
WriteRemainder
Write the remaining properties to the POF stream, terminating the writing of the currrent user type.
WriteSingle
Write a Single property to the POF stream.
WriteSingleArray
Write a Single[] property to the POF stream.
WriteString
Write a String property to the POF stream.
WriteTime
Write a DateTime property to the POF stream in ISO8601 format.
WriteTimeInterval
Write a TimeSpan property to the POF stream.
WriteUniversalDateTime
Write a DateTime property to the POF stream in ISO8601 format.
WriteUniversalTime
Write a DateTime property to the POF stream in ISO8601 format.

Properties

  NameDescription
PofContext
Gets or sets the IPofContext object used by this IPofWriter to serialize user types into a POF stream.
UserTypeId
Gets the user type that is currently being written.
VersionId
Gets or sets the version identifier of the user type that is currently being written.

See Also