Uses of Interface
com.tangosol.io.pof.PofConstants
Package
Description
Contains classes related to POF serialization and deserialization.
Contains classes related to POF stream navigation and manipulation.
-
Uses of PofConstants in com.tangosol.io.pof
Modifier and TypeClassDescriptionclass
PofSerializer
implementation that supports the serialization and deserialization of any class that implementsExternalizableLite
to and from a POF stream.class
PofSerializer
implementation that supports the serialization and deserialization of any class that implementsExternalizable
to and from a POF stream.class
An implementation of PofHandler that logs all of the stream contents for debugging / testing purposes.class
PofReader
implementation that reads POF-encoded data from aBufferInput
.static class
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
PofWriter
implementation that writes POF-encoded data to aBufferOutput
.static class
The UserTypeWriter implementation is a contextually-aware PofWriter whose purpose is to write the properties of a value of a specified user type.class
A DeltaCompressor implementation that works with Portable Object Format (POF) values.class
Collection of helper methods for POF streams.class
A "push" parser (event-based parser) for ripping through a POF stream and delivering the contents as events to a PofHandler object.class
Generic Principal implementation that can be used to represent the identity of any remote entity.class
PofSerializer
implementation that supports the serialization and deserialization of any class that implementsPortableObject
to and from a POF stream.class
An immutable POF date value.class
An immutable POF date-time value.class
An immutable POF day-time interval value.class
An immutable POF time value.class
An immutable POF time interval value.class
An immutable POF year-month interval value.class
An implementation of PofHandler that validates a POF stream.class
An implementation of PofHandler that writes a POF stream to a WriteBuffer using a BufferOutput object.class
PofSerializer
implementation that supports the serialization and deserialization of any class that implementsXmlSerializable
to and from a POF stream. -
Uses of PofConstants in com.tangosol.io.pof.reflect
Modifier and TypeClassDescriptionclass
Parses POF-encoded binary and returns an instance of aPofValue
wrapper for it.