class |
ExternalizableLitePofSerializer |
|
class |
ExternalizablePofSerializer |
PofSerializer implementation that supports the serialization and
deserialization of any class that implements Externalizable to
and from a POF stream.
|
class |
LoggingPofHandler |
An implementation of PofHandler that logs all of the stream contents for
debugging / testing purposes.
|
class |
PofBufferReader |
|
static class |
PofBufferReader.UserTypeReader |
The UserTypeReader implementation is a contextually-aware PofReader
whose purpose is to advance through the properties of a value of a
specified user type.
|
class |
PofBufferWriter |
|
static class |
PofBufferWriter.UserTypeWriter |
The UserTypeWriter implementation is a contextually-aware PofWriter
whose purpose is to write the properties of a value of a specified user
type.
|
class |
PofParser |
A "push" parser (event-based parser) for ripping through a POF stream and
delivering the contents as events to a PofHandler object.
|
class |
PofPrincipal |
Generic Principal implementation that can be used to represent the identity
of any remote entity.
|
class |
PortableObjectSerializer |
PofSerializer implementation that supports the serialization and
deserialization of any class that implements PortableObject to and
from a POF stream.
|
class |
RawDate |
An immutable POF date value.
|
class |
RawDateTime |
An immutable POF date-time value.
|
class |
RawDayTimeInterval |
An immutable POF day-time interval value.
|
class |
RawTime |
An immutable POF time value.
|
class |
RawTimeInterval |
An immutable POF time interval value.
|
class |
RawYearMonthInterval |
An immutable POF year-month interval value.
|
class |
ValidatingPofHandler |
An implementation of PofHandler that validates a POF stream.
|
class |
WritingPofHandler |
An implementation of PofHandler that writes a POF stream to a WriteBuffer
using a BufferOutput object.
|
class |
XmlSerializablePofSerializer |
PofSerializer implementation that supports the serialization and
deserialization of any class that implements XmlSerializable to
and from a POF stream.
|