Uses of Package
com.tangosol.io.pof.reflect
Package
Description
Contains classes related to POF stream navigation and manipulation.
Contains various generic utilities.
Contains
ValueExtractor
and
ValueUpdater
related classes.-
ClassDescriptionAbstract base class for static, path-based implementations of
PofNavigator
interface.An abstract base class that implements common functionality for all PofValue types.A Codec provides an interception point for any specific code that needs to be executed pre or post (de)serialization.AbstractCodec
implementations that encodes objects by simply delegating toPofWriter.writeObject(int, Object)
.An abstract base class for complex POF types, such as collections, arrays, maps, and user types.PofArray is aPofValue
implementation for arrays.PofCollection isPofValue
implementation for collections.The PofNavigator interface represents an algorithm for navigating a PofValue hierarchy in order to locate a contained PofValue for extraction, modification or removal purposes.PofSparseArray isPofValue
implementation for sparse arrays.NilPofValue represents a value that does not exist in the original POF stream.PofValue represents the POF data structure in a POF stream, or any sub-structure or value thereof.SimplePofValue represents POF values which do not contain children (e.g. -
ClassDescriptionThe PofNavigator interface represents an algorithm for navigating a PofValue hierarchy in order to locate a contained PofValue for extraction, modification or removal purposes.
-
ClassDescriptionThe PofNavigator interface represents an algorithm for navigating a PofValue hierarchy in order to locate a contained PofValue for extraction, modification or removal purposes.