class Maildir::Serializer::YAML
- Maildir::Serializer::YAML
- Maildir::Serializer::Base
- Reference
- Object
Overview
Serialize messages as YAML
Defined in:
serializer/yaml.crInstance Method Summary
-
#dump(data, path)
Dump data as YAML and writes it to path.
-
#load(path)
Read data from path and parse it as YAML.