IPofHandler Interface |
Namespace: Tangosol.IO.Pof
public interface IPofHandler
The IPofHandler type exposes the following members.
Name | Description | |
---|---|---|
![]() | BeginArray |
Report that an array of values has been encountered in the POF
stream.
|
![]() | BeginCollection |
Report that a collection of values has been encountered in the
POF stream.
|
![]() | BeginMap |
Report that a map of key/value pairs has been encountered in the
POF stream.
|
![]() | BeginSparseArray |
Report that a sparse array of values has been encountered in the
POF stream.
|
![]() | BeginUniformArray |
Report that a uniform array of values has been encountered in the
POF stream.
|
![]() | BeginUniformCollection |
Report that a uniform collection of values has been encountered
in the POF stream.
|
![]() | BeginUniformKeysMap |
Report that a map of key/value pairs (with the keys being of a
uniform type) has been encountered in the POF stream.
|
![]() | BeginUniformMap |
Report that a map of key/value pairs (with the keys being of a
uniform type and the values being of a uniform type) has been
encountered in the POF stream.
|
![]() | BeginUniformSparseArray |
Report that a uniform sparse array of values has been encountered
in the POF stream.
|
![]() | BeginUserType |
Report that a value of a "user type" has been encountered in the
POF stream. A user type is analogous to a "type", and a value of
a user type is analogous to an "object".
|
![]() | EndComplexValue |
Signifies the termination of the current complex value.
|
![]() | OnBoolean |
Report that a boolean value has been encountered in the
POF stream.
|
![]() | OnChar |
Report that a character value has been encountered in the POF
stream.
|
![]() | OnCharString |
Report that a character string value has been encountered in the
POF stream.
|
![]() | OnDate |
Report that a date value has been encountered in the POF stream.
|
![]() | OnDateTime(Int32, Int32, Int32, Int32, Int32, Int32, Int32, Int32, Boolean) |
Report that a date-time value has been encountered in the POF
stream.
|
![]() | OnDateTime(Int32, Int32, Int32, Int32, Int32, Int32, Int32, Int32, TimeSpan) |
Report that a date-time value (with a timezone offset) has been
encountered in the POF stream.
|
![]() | OnDayTimeInterval |
Report that a day-time interval value has been encountered in the
POF stream.
|
![]() | OnDecimal128 |
Report that a Decimal value has been encountered in the
POF stream.
|
![]() | OnDecimal32 |
Report that a Decimal value has been encountered in the
POF stream.
|
![]() | OnDecimal64 |
Report that a Decimal value has been encountered in the
POF stream.
|
![]() | OnFloat32 |
Report that a base-2 single-precision floating point value has
been encountered in the POF stream.
|
![]() | OnFloat64 |
Report that a base-2 double-precision floating point value has
been encountered in the POF stream.
|
![]() | OnIdentityReference |
Specifies that a reference to a previously-identified value has
been encountered in the POF stream.
|
![]() | OnInt128 |
Report that an Int128 value has been encountered in the
POF stream.
|
![]() | OnInt16 |
Report that an Int16 value has been encountered in the
POF stream.
|
![]() | OnInt32 |
Report that an Int32 value has been encountered in the
POF stream.
|
![]() | OnInt64 |
Report that an Int64 value has been encountered in the
POF stream.
|
![]() | OnNullReference |
Specifies that a null value has been encountered in the
POF stream.
|
![]() | OnOctet |
Report that an octet value (a byte) has been encountered in the
POF stream.
|
![]() | OnOctetString |
Report that a octet string value has been encountered in the POF
stream.
|
![]() | OnTime(Int32, Int32, Int32, Int32, Int32, Boolean) |
Report that a time value has been encountered in the POF stream.
|
![]() | OnTime(Int32, Int32, Int32, Int32, Int32, TimeSpan) |
Report that a time value (with a timezone offset) has been
encountered in the POF stream.
|
![]() | OnTimeInterval |
Report that a time interval value has been encountered in the POF
stream.
|
![]() | OnYearMonthInterval |
Report that a year-month interval value has been encountered in
the POF stream.
|
![]() | RegisterIdentity |
This method is invoked when an identity is encountered in the POF
stream.
|