Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

IMapOfSets does not support json_serializable #29

Open
pinyin opened this issue Nov 24, 2021 · 0 comments
Open

IMapOfSets does not support json_serializable #29

pinyin opened this issue Nov 24, 2021 · 0 comments
Labels
feature request New feature or request

Comments

@pinyin
Copy link

pinyin commented Nov 24, 2021

To support the type `IMapOfSets` you can:
* Use `JsonConverter`
  https://pub.dev/documentation/json_annotation/latest/json_annotation/JsonConverter-class.html
* Use `JsonKey` fields `fromJson` and `toJson`
  https://pub.dev/documentation/json_annotation/latest/json_annotation/JsonKey/fromJson.html
  https://pub.dev/documentation/json_annotation/latest/json_annotation/JsonKey/toJson.html
@marcglasberg marcglasberg added the feature request New feature or request label Nov 24, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants