Class SerializedListAccumulator<T>

  • Type Parameters:
    T - The type of the accumulated objects
    All Implemented Interfaces:
    Serializable, Cloneable, Accumulator<T,​ArrayList<byte[]>>

    @PublicEvolving
    public class SerializedListAccumulator<T>
    extends Object
    implements Accumulator<T,​ArrayList<byte[]>>
    This accumulator stores a collection of objects in serialized form, so that the stored objects are not affected by modifications to the original objects.

    Objects may be deserialized on demand with a specific classloader.

    See Also:
    Serialized Form