Skip to main content
CrystalDocs
Search documentation
Search
Browse Docs
CrystalShards
About
module
Ipconv::YamlSerializer
Constants
YAML_NEEDS_QUOTE = /^(?:[0-9]|[#&*!|>\[\]{}%@`:']|\s|true|false|yes|no|on|off|null|none|~)/i
Class methods
serialize
(data :
Hash
(
String
,
String
), pretty :
Bool
= false) :
String
Source
serialize_array
(rows :
Array
(
Hash
(
String
,
String
)), pretty :
Bool
= false) :
String
Source