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
All Classes All Packages
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: truetypeHintsCompatibility: truenamespaceLenient: falseexpandableProperties: []skipNamespaces: falseremoveNameSpacePrefixFromElement: falsetrimSpaces: falseexpandableProperties: []skipWhitespace: falseperformAutoExpansion: falsekeepCData: falseescapeLowerChars: falsekeepArrayName: falseforcedArrayElements: []parseJsonLiterals: truesortPropertyNames: false
All Classes All Packages