Skip to content

Commit f3de873

Browse files
authored
Update the description for the XML format to use the new coordinates (#1828)
it does now work on all multiplatform platforms.
1 parent 63fe3ff commit f3de873

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

formats/README.md

+3-4
Original file line numberDiff line numberDiff line change
@@ -96,12 +96,11 @@ This library allows serialization and deserialization of objects into and from A
9696
### XML
9797
* GitHub repo: [pdvrieze/xmlutil](https://github.com/pdvrieze/xmlutil)
9898
* Artifact ID: `io.github.pdvrieze.xmlutil:serialization`
99-
* Platform: JVM, Android, JavaScript
99+
* Platform: all supported platforms
100100

101101
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
105104
not be available in other formats such as JSON.
106105

107106
### YAML

0 commit comments

Comments
 (0)