Class SerializedStorage<T>

  • Type Parameters:
    T -

    public class SerializedStorage<T>
    extends Object
    simple utility class useful for when multiple passes of input are needed for encoding (e.g. delta or dictionary encoding).

    This allows objects to be serialized to some temporary storage and iterated over for final processing.