public interface Serializer<T>
| Modifier and Type | Method and Description |
|---|---|
T |
readLatest() |
void |
writeToDisk(T value) |
void writeToDisk(T value) throws IOException
IOExceptionT readLatest() throws IOException
IOExceptionCopyright © 2013. All Rights Reserved.