Alle Klassen und Schnittstellen
Schnittstellen
Klasse
Beschreibung
If a class implements the interface
Jsonable have to implement the method for
transformation to a json stringIf a class implements the interface
JsonFileToGenericObject can transform a json file to
an object without giving explicitly the class type of the return typeIf a class implements the interface
JsonFileToObject can transform a json file to an
objectIf a class implements the interface
JsonToGenericObject can transform a json file to an
object without giving explicitly the class type of the return typeIf a class implements the interface
JsonToObject can transform a json string to an objectIf a class implements the interface
Objectable have to implement the method for
transformation to the generic object typeThe interface
ObjectToJson provides a single method for convert an object to a json
stringThe interface
ObjectToJsonFile provides a single method for convert an object to a json
stringIf 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