Skip navigation links
json-lib 3.0.2-SNAPSHOT
A B C D E F G H I J K L M N O P Q R S T U V W X _ 

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' typeHinstEnabled: true typeHinstCompatibility: true namespaceLenient: false expandableProperties: [] skipNamespaces: false removeNameSpacePrefixFromElement: false trimSpaces: false expandableProperties: [] skipWhitespace: false performAutoExpansion: false keepCData: false escapeLowerChars: false keepArrayName: false forcedArrayElements: [] parseJsonLiterals: true
A B C D E F G H I J K L M N O P Q R S T U V W X _ 
Skip navigation links
Copyright © 2006-2020 Andres Almiray. All rights reserved.