Oracle® Coherence .NET API Reference Release 3.7.1
E22844-03
E22844-03
The PofStreamWriter type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| AssertEqual |
Assert that a class is equal to another class.
| |
| BeginProperty |
Report that a POF property is about to be written to the POF
stream.
| |
| 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.
| |
| EnableReference |
Ensure that reference support (necessary for cyclic dependencies) is
enabled.
| |
| EndProperty |
Signifies the termination of the current POF property.
| |
Determines whether the specified (Inherited from | ||
Allows an (Inherited from | ||
Serves as a hash function for a particular type.
(Inherited from | ||
Gets the (Inherited from | ||
| IsReferenceEnabled |
Determine if reference support is enabled.
| |
Creates a shallow copy of the current (Inherited from | ||
| OnException |
Called when an unexpected exception is caught while writing to
the POF stream.
| |
Returns a (Inherited from | ||
| WriteArray | Overloaded. | |
| 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.
| |
| WriteCollection | Overloaded. | |
| 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.
| |
| WriteDictionary | Overloaded. | |
| 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 | |
| WriteLongArray | Overloaded. | |
| 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.
| |
| WriteUserType |
Write an instance of a user type to the POF stream at the specified
index.
|