Class SerializableBatch

  • All Implemented Interfaces:
    Serializable, Batch

    public class SerializableBatch
    extends Object
    implements Batch, Serializable
    SerializableBatch implements a serializable SPI Batch, which simply records all calls and replays them when asked for. The client of this batch must ensure that the passed QValue instances are serializable, otherwise the serializing the Batch will fail!
    See Also:
    Serialized Form