Alle Klassen und Schnittstellen

Schnittstellen
Klasse
Beschreibung
If a class implements the interface Jsonable have to implement the method for transformation to a json string
If a class implements the interface JsonFileToGenericObject can transform a json file to an object without giving explicitly the class type of the return type
If a class implements the interface JsonFileToObject can transform a json file to an object
If a class implements the interface JsonToGenericObject can transform a json file to an object without giving explicitly the class type of the return type
If a class implements the interface JsonToObject can transform a json string to an object
If a class implements the interface Objectable have to implement the method for transformation to the generic object type
The interface ObjectToJson provides a single method for convert an object to a json string
The interface ObjectToJsonFile provides a single method for convert an object to a json string
If a class implements the interface Jsonable have to implement the methods for transformation to a xml string and from a xml String to an Object back