fling_pickle 0.4.3
fling_pickle: ^0.4.3 copied to clipboard
Lightweight serialization and deserialization framework for Dart. Unintrusive and avoids complex initialization, annotations, and heavy reflection.
Change Log for fling_pickle #
Dependency-free, type-safe Dart serialization and deserialization library. Keep your code simple with this minimal approach to SerDes.
0.4.0 - 2021-08-16 #
Added #
- Optional default values for all read operations, should the key be empty
0.3.0 - 2021-03-25 #
0.2.0 - 2021-03-21 #
Added #
- Pickler for writing and reading from binary
- PickleBuilder for immutable Pickles