Search code examples
xml

Antonyms of "parsing" in terms of XML


What is the antonyms of "parsing" in terms of XML document.

For Example:

  • When you are reading an XML file by using DOM parser, it is called "Parsing".
  • When you create an XML file by using DOM parser, what does it called?

Solution

  • Serialization