Changes for version 2.04 - 2026-09-08
- ENHANCEMENT
- numify, nullify, and stringify options can take a list of field selector specifications (essentially set operators) to make more surgical specifications.
- The json encoder now accepts more of the underlying JSON serializers options, which opens the door for transforming record values which are objects and which implement the TO_JSON method.
Modules
Flexible serialization of a record
encoded a record as /rdb
encoded a record using Data::Dumper
encoded a record as JSON
infinite bitbucket
encoded a record as /rdb
encode a record as YAML
Error objects
Base Role for Data::Record::Serialize
Default methods for Data::Record::Serialize
Encode Role
Both an Encode and Sink. handle unwanted/unused required routines
Sink Role
output encoded data to a stream.
append encoded data to an array.
send output to nowhere.
output encoded data to a stream.
Types for Data::Record::Serialize
Useful things