Uses of Interface
com.tangosol.io.pof.PofHandler
Package
Description
Contains classes related to POF serialization and deserialization.
Contains various generic utilities.
-
Uses of PofHandler in com.tangosol.io.pof
Modifier and TypeClassDescriptionclass
An abstract implementation of PofHandler that delegates to a PofHandler.class
An implementation of PofHandler that passes each call onto two different PofHandler objects.class
An implementation of PofHandler that logs all of the stream contents for debugging / testing purposes.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.ModifierConstructorDescriptionAbstractPofHandler
(PofHandler handler) Construct a delegating PofHandler.DuplexingPofHandler
(PofHandler handler1, PofHandler handler2) Construct a duplexing PofHandler that will pass on method calls to two different PofHandler objects.PofParser
(PofHandler handler) Construct a POF parser that will push events to the specified handler. -
Uses of PofHandler in com.tangosol.util
Modifier and TypeClassDescriptionstatic class
An implementation of PofHandler that does nothing.Modifier and TypeMethodDescriptionstatic PofHandler
NullImplementation.getPofHandler()
Factory method: Obtain a null implementation of a PofHandler.