How can I set a converter globally to replace the buildin datetime for example?
this does not appear in the documentation
https://pub.dev/packages/json_serializable
replace the datetime converter with a custom one globally for all classes
How can I set a converter globally to replace the buildin datetime for example?
this does not appear in the documentation
https://pub.dev/packages/json_serializable
replace the datetime converter with a custom one globally for all classes
Copyright © 2021 Jogjafile Inc.
First, create your converter:
Then add it to your @JsonSerializable annotation: