Package org.rutil.file

Interface Summary
SerializableObjectHandler<T extends Serializable> Object handler that encapsulates serialization/de-serialization rules for objects written to/read from the disk via SerializableObjectsFile
 

Class Summary
SerializableObjectsFile<T extends Serializable> A file IO implementation that allows read/write of multiple objects to a single file.
 

Exception Summary
RuntimeIOException Wrapper to wrap IOException into a runtime exception.
SerializableObjectHandlerException Thrown when serialize/de-serialize fails in the handler.