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.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidaccept(RevisionDataInput input, ReaderType target)
-
-
-
Method Detail
-
accept
void accept(RevisionDataInput input, ReaderType target) throws java.io.IOException
- Throws:
java.io.IOException
-
-