Package herddb.utils
Interface DiskArrayList.Serializer<T>
-
- Enclosing class:
- DiskArrayList<T>
public static interface DiskArrayList.Serializer<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Tread(ExtendedDataInputStream oo)voidwrite(T object, ExtendedDataOutputStream oo)
-
-
-
Method Detail
-
read
T read(ExtendedDataInputStream oo) throws IOException
- Throws:
IOException
-
write
void write(T object, ExtendedDataOutputStream oo) throws IOException
- Throws:
IOException
-
-