All Classes and Interfaces

Interfaces
Class
Description
The interface FileToGenericObject provides a single method for transform a given file to a java object without giving explicitly the class type of the return type
The interface FileToObjectFromClass provides a single method for transform a given file to a java object with giving explicitly the class type of the return type
The interface ObjectToFile provides a single method that stores the given java object as a transformable object to the given file
The interface ObjectToTransformable provides a single method for transform the given java object to a transformable object
The interface TransformableToObject provides a single method for transform the given transformable object to a java object