module

Ipconv::PlainSerializer

Serializer for human-readable plain text key-value output.

Class methods

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

Serializes data as aligned key-value pairs or raw single value.

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

Serializes an array of rows separated by newlines.

Source