module

Ipconv::XmlSerializer

Serializer for XML output.

Class methods

serialize(data : Hash(String, String), pretty : Bool = false) : String

Serializes data as an XML document with <ipconv> root.

Source
serialize_array(rows : Array(Hash(String, String)), pretty : Bool = false) : String

Serializes rows as concatenated XML documents.

Source