File tree 1 file changed +3
-4
lines changed
1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -96,12 +96,11 @@ This library allows serialization and deserialization of objects into and from A
96
96
### XML
97
97
* GitHub repo: [ pdvrieze/xmlutil] ( https://github.com/pdvrieze/xmlutil )
98
98
* Artifact ID: ` io.github.pdvrieze.xmlutil:serialization `
99
- * Platform: JVM, Android, JavaScript
99
+ * Platform: all supported platforms
100
100
101
101
This library allows for reading and writing of XML documents with the serialization library.
102
- It is multiplatform, but as the xmlutil library (which handles the multiplatform xml bit)
103
- delegates to platform specific parsers each platform needs to be implemented for each platform
104
- specifically. The library is designed to handle existing xml formats that use features that would
102
+ It is multiplatform, providing both a shared parser/writer for xml as well as platform-specific
103
+ parsers where available. The library is designed to handle existing xml formats that use features that would
105
104
not be available in other formats such as JSON.
106
105
107
106
### YAML
You can’t perform that action at this time.
0 commit comments