T - type of the objects to be read@FunctionalInterface
public static interface NativeTypeSerializer.Writer<T>
| Modifier and Type | Method and Description |
|---|---|
void |
write(java.io.ObjectOutput out,
T value)
Write object
|
void write(java.io.ObjectOutput out,
T value)
throws java.io.IOException
out - output streamvalue - value to be writtenjava.io.IOException - In case of I/O error