serialization 0.10.0 copy "serialization: ^0.10.0" to clipboard
serialization: ^0.10.0 copied to clipboard

outdatedDart 1 only

Provide a serialization facility for Dart objects.

0.10.0 #

  • BREAKING CHANGE: serialization.dart no longer imports dart:mirrors by default. If you want mirrors, import serialization_mirrors.dart instead. Note that the default ordering of rules has also changed, because the non-mirrored version no longer includes SymbolRule, so even in the mirrored version it occurs later in the order. So even if you are still using mirrors, data serialized using an older version with default rule setup may not deserialize in this version. If you need to do this, you can explicitly create a Serialization instance with the old numbering.
0
likes
0
pub points
0%
popularity

Publisher

unverified uploader

Provide a serialization facility for Dart objects.

Repository (GitHub)
View/report issues

License

unknown (license)

More

Packages that depend on serialization