A B C D E F G H I J K L M N O P Q R S T U V W X _ 
All Classes All Packages

X

XMLSerializer - Class in org.kordamp.json.xml
Utility class for transforming JSON to XML an back.
When transforming JSONObject and JSONArray instances to XML, this class will add hints for converting back to JSON.
Examples:
XMLSerializer() - Constructor for class org.kordamp.json.xml.XMLSerializer
Creates a new XMLSerializer with default options.
objectName: 'o' arrayName: 'a' elementName: 'e' typeHintsEnabled: true typeHintsCompatibility: true namespaceLenient: false expandableProperties: [] skipNamespaces: false removeNameSpacePrefixFromElement: false trimSpaces: false expandableProperties: [] skipWhitespace: false performAutoExpansion: false keepCData: false escapeLowerChars: false keepArrayName: false forcedArrayElements: [] parseJsonLiterals: true sortPropertyNames: false
A B C D E F G H I J K L M N O P Q R S T U V W X _ 
All Classes All Packages