platform/packages/serialize/angel_serialize_generator/README.md

12 lines
708 B
Markdown
Raw Normal View History

2021-07-25 10:47:41 +00:00
# Angel3 Serialize Generator
2021-08-08 03:10:35 +00:00
[![version](https://img.shields.io/badge/pub-v4.0.3-brightgreen)](https://pub.dartlang.org/packages/angel3_serialize_generator)
2021-05-15 14:37:52 +00:00
[![Null Safety](https://img.shields.io/badge/null-safety-brightgreen)](https://dart.dev/null-safety)
[![Gitter](https://img.shields.io/gitter/room/angel_dart/discussion)](https://gitter.im/angel_dart/discussion)
[![License](https://img.shields.io/github/license/dukefirehawk/angel)](https://github.com/dukefirehawk/angel/tree/angel3/packages/serialize/angel_serialize_generator/LICENSE)
2021-07-25 10:47:41 +00:00
The builder for Angel3 model serialization.
2021-05-15 14:37:52 +00:00
2021-07-25 10:47:41 +00:00
Find documentation in the main project repo: <https://github.com/dukefirehawk/angel/tree/master/packages/serialize>