json_serializable_immutable_collections

Last updated:

0 purchases

json_serializable_immutable_collections Image
json_serializable_immutable_collections Images
Add to Cart

Description:

json serializable immutable collections

json_serializable_immutable_collections #

(De-)Serialize more collections using json_serializable.
Unofficial package, meant to extend the functionality of json_serializable.
Features: #
Behaves like json_serializable, but supports more collections.
Currently supported:

All types supported by json_serializable
BuiltList
BuiltSet
BuiltMap
KtList
KtSet
KtMap

Do you want to use even more types? Feel free to open an issue. PRs also welcome.
How to use #
Add to your dev_dependencies:
json_serializable_immutable_collections: <current_version>
copied to clipboard
Add to your build.yaml (create the file if necessary, this is necessary to avoid conflicts between json_serializable and this library):
targets:
$default:
builders:
json_serializable_immutable_collections:
# configure your options here, same as json_serializable
options:
explicit_to_json: true
json_serializable:json_serializable:
generate_for:
# exclude everything to avoid conflicts, this library uses a custom builder
include:
exclude:
- test/**
- lib/**
copied to clipboard

License:

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.