T - type of the objects to be read@FunctionalInterface
public static interface NativeTypeSerializer.Reader<T>
| Modifier and Type | Method and Description |
|---|---|
T |
read(java.io.ObjectInput in)
Read object
|
T read(java.io.ObjectInput in) throws java.io.IOException, java.lang.ClassNotFoundException
in - input streamjava.io.IOException - In case of I/O errorjava.lang.ClassNotFoundException - if class is not found