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