Interface VersionedSerializer.StreamReader<ReaderType>

  • Type Parameters:
    ReaderType - The type of the object to deserialize into.
    Enclosing class:
    VersionedSerializer<T>
    Functional Interface:
    This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

    @FunctionalInterface
    protected static interface VersionedSerializer.StreamReader<ReaderType>
    Defines a Function that deserializes data from a RevisionDataInput into a target Object.