Package io.github.astrapi69.xstream
This package provides classes for the transformation of objects to xml and back with xstream
-
Class Summary Class Description ObjectToXmlConverter The classObjectToXmlConverter
provides a single method for convert an object to a xml stringObjectToXmlExtensions The classObjectToXmlExtensions
provides methods for convert java objects to xml string objectsObjectToXmlFileConverter The classObjectToXmlFileConverter
provides a single method for convert an object to a xml fileObjectToXmlFileExtensions The classObjectToXmlFileExtensions
provides methods for convert java objects to xml and save them to file objectsXmlFileToObjectConverter The classXmlFileToObjectConverter
can convert a given xml file to an objectXmlFileToObjectExtensions The classXmlFileToObjectExtensions
provides algorithms for transform a given xml file to a java objectXmlToJsonExtensions The classXmlToJsonExtensions
provides methods for convert xml string objects to java objectsXmlToObjectConverter The classXmlToObjectConverter
can convert a given xml string to an objectXmlToObjectExtensions The classXmlToObjectExtensions
provides methods for convert xml string objects to java objects