alan-knight / minimal_serialization

Transformer that generates simple serialization code for Dart struct-type objects
BSD 3-Clause "New" or "Revised" License
4 stars 1 forks source link

This provided a minimal transformer that generates CustomRule subclasses for serialization of Dart struct objects (only public fields required for serialization, no constructor parameters).

It has now been folded into the general serialization package, https://pub.dartlang.org/packages/serialization , use that instead.