Changes for version 0.13 - 2018-02-12
- BUG FIX
- the rdb encoder warned if a field was undefined. it's now quiet.
- the Data::Dumper encoder didn't output eval'able code when multiple records were written.
- ENHANCEMENTS
- update docs for JSON encoder to indicate that it is a stream of conactenated objects, and needs to be read with an incremental parser.
Modules
Flexible serialization of a record
store a record in a database
encoded a record using Data::Dumper
encoded a record as JSON
infinite bitbucket
encoded a record as /rdb
encode a record as YAML
Encode Role
Sink Role
send output to nowhere.
output encoded data to a stream.
Types for Data::Record::Serialize