brick_json_generators 1.0.3 brick_json_generators: ^1.0.3 copied to clipboard
Code generation library for the JSON-like providers, models, and adapters in Brick
Unreleased #
1.0.3 #
- Do not auto assign values for nullable iterables when deserializing
1.0.2 #
- Loosen dependency restrictions to major versions
- Check for nullability before deserializing single associations
1.0.1 #
- If
.fromJson
is defined on a field's class, the field will be recognized in the adapter and.fromJson
will be used when deserializing. - If
#toJson
is defined on a field's class, the field will be recognized in the adapter and#toJson
will be used when serializing.
1.0.0 #
- Separate
brick_json_generators
to its own package frombrick_rest_generators