jaguar_serializer 0.3.0 jaguar_serializer: ^0.3.0 copied to clipboard
Platform and format agnostic serializer built using source_gen
Changelog #
0.3.0 #
New
Repository
system (Json, Yaml)- embeded type => see typeKey
- Optional parameters for GenSerializer :
bool typeKey (default:true)
if you want to include the typeString modelName
value that will be include as a type.
0.1.2 #
First release.
Contains:
- Serializer for dart builtin types
- Custom serializers for fields
- Nested Map and List serializers
0.1.3 #
- Fixed renaming encode field bug
0.1.6 #
- Null nested objects are not serialized properly