| 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  | ExternalizableLitePofSerializerPofSerializerimplementation that supports the serialization and deserialization of any class that implementsExternalizableLiteto and from a POF stream. | 
| class  | ExternalizablePofSerializerPofSerializerimplementation that supports the serialization and deserialization of any class that implementsExternalizableto and from a POF stream. | 
| class  | LoggingPofHandlerAn implementation of PofHandler that logs all of the stream contents for debugging / testing purposes. | 
| class  | PofBufferReaderPofReaderimplementation that reads POF-encoded data from aBufferInput. | 
| static class  | PofBufferReader.UserTypeReaderThe UserTypeReader implementation is a contextually-aware PofReader whose purpose is to advance through the properties of a value of a specified user type. | 
| class  | PofBufferWriterPofWriterimplementation that writes POF-encoded data to aBufferOutput. | 
| static class  | PofBufferWriter.UserTypeWriterThe UserTypeWriter implementation is a contextually-aware PofWriter whose purpose is to write the properties of a value of a specified user type. | 
| class  | PofDeltaCompressorA DeltaCompressor implementation that works with Portable Object Format (POF) values. | 
| class  | PofHelperCollection of helper methods for POF streams. | 
| class  | PofParserA "push" parser (event-based parser) for ripping through a POF stream and delivering the contents as events to a PofHandler object. | 
| class  | PofPrincipalGeneric Principal implementation that can be used to represent the identity of any remote entity. | 
| class  | PortableObjectSerializerPofSerializerimplementation that supports the serialization and deserialization of any class that implementsPortableObjectto and from a POF stream. | 
| class  | RawDateAn immutable POF date value. | 
| class  | RawDateTimeAn immutable POF date-time value. | 
| class  | RawDayTimeIntervalAn immutable POF day-time interval value. | 
| class  | RawTimeAn immutable POF time value. | 
| class  | RawTimeIntervalAn immutable POF time interval value. | 
| class  | RawYearMonthIntervalAn immutable POF year-month interval value. | 
| class  | ValidatingPofHandlerAn implementation of PofHandler that validates a POF stream. | 
| class  | WritingPofHandlerAn implementation of PofHandler that writes a POF stream to a WriteBuffer using a BufferOutput object. | 
| class  | XmlSerializablePofSerializerPofSerializerimplementation that supports the serialization and deserialization of any class that implementsXmlSerializableto and from a POF stream. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | PofValueParserParses POF-encoded binary and returns an instance of a  PofValuewrapper for it. |