Skip to content

dlib.serialization.xml

Timur Gafarov edited this page Jan 23, 2017 · 2 revisions

dlib.serialization.xml

Minimalistic XML reading module. While XML is in many ways inferior to its modern alternatives such as JSON, YAML, OpenDDL, etc., it nevertheless still has a wide use in different information systems. So, because almost everyone occasionally has to read XML, we provide a simple solution for this task. For new projects, we strongly recommend using JSON, not XML.

Clone this wiki locally