public interface ObjectToFile
The interface
ObjectToFile
provides a single method that stores the given java object as
a transformable object to the given file-
Method Summary
-
Method Details
-
toFile
Transforms the given java object as a transformable object and store it to the given file- Type Parameters:
T
- the generic type of the argument object type- Parameters:
object
- the java object to transform to a transformable objectfile
- the file that stores the java object as a transformable object
-