| Package | Description | 
|---|---|
| com.tangosol.io.pof | 
 Contains classes related to POF serialization and deserialization. 
 | 
| com.tangosol.io.pof.reflect | 
 Contains classes related to POF stream navigation and manipulation. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
ExternalizableLitePofSerializer
PofSerializer implementation that supports the serialization and
 deserialization of any class that implements ExternalizableLite to
 and from a POF stream. | 
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
PofReader implementation that reads POF-encoded data from a
 BufferInput. | 
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
PofWriter implementation that writes POF-encoded data to a
 BufferOutput. | 
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  | 
PofDeltaCompressor
A DeltaCompressor implementation that works with Portable Object Format
 (POF) values. 
 | 
class  | 
PofHelper
Collection of helper methods for POF streams. 
 | 
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. | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
PofValueParser
Parses POF-encoded binary and returns an instance of a  
PofValue
 wrapper for it. |