Uses of Interface
com.tangosol.io.pof.PofConstants
Packages that use 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
Classes in com.tangosol.io.pof that implement PofConstantsModifier and TypeClassDescriptionclassPofSerializerimplementation that supports the serialization and deserialization of any class that implementsExternalizableLiteto and from a POF stream.classPofSerializerimplementation that supports the serialization and deserialization of any class that implementsExternalizableto and from a POF stream.classAn implementation of PofHandler that logs all of the stream contents for debugging / testing purposes.classPofReaderimplementation that reads POF-encoded data from aBufferInput.static classThe UserTypeReader implementation is a contextually-aware PofReader whose purpose is to advance through the properties of a value of a specified user type.classPofWriterimplementation that writes POF-encoded data to aBufferOutput.static classThe UserTypeWriter implementation is a contextually-aware PofWriter whose purpose is to write the properties of a value of a specified user type.classA DeltaCompressor implementation that works with Portable Object Format (POF) values.classCollection of helper methods for POF streams.classA "push" parser (event-based parser) for ripping through a POF stream and delivering the contents as events to a PofHandler object.classGeneric Principal implementation that can be used to represent the identity of any remote entity.classPofSerializerimplementation that supports the serialization and deserialization of any class that implementsPortableObjectto and from a POF stream.classAn immutable POF date value.classAn immutable POF date-time value.classAn immutable POF day-time interval value.classAn immutable POF time value.classAn immutable POF time interval value.classAn immutable POF year-month interval value.classAn implementation of PofHandler that validates a POF stream.classAn implementation of PofHandler that writes a POF stream to a WriteBuffer using a BufferOutput object.classPofSerializerimplementation that supports the serialization and deserialization of any class that implementsXmlSerializableto and from a POF stream. -
Uses of PofConstants in com.tangosol.io.pof.reflect
Classes in com.tangosol.io.pof.reflect that implement PofConstantsModifier and TypeClassDescriptionclassParses POF-encoded binary and returns an instance of aPofValuewrapper for it.