Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tnc1997/dart-xml-serializable

Generates utilities to aid in serializing to/from XML.
https://github.com/tnc1997/dart-xml-serializable

dart hacktoberfest source-gen xml

Last synced: 4 days ago
JSON representation

Generates utilities to aid in serializing to/from XML.

Awesome Lists containing this project

README

        

# XML Serializable

Provides [source_gen] `Generator`s to create code for XML serialization and deserialization.

## xml_serializable [![Pub Version](https://img.shields.io/pub/v/xml_serializable)](https://pub.dev/packages/xml_serializable)

* Package: https://pub.dev/packages/xml_serializable
* [Source code](xml_serializable)

The core package providing Generators for XML-specific tasks.

Import it into your pubspec `dev_dependencies:` section.

## xml_annotation [![Pub Version](https://img.shields.io/pub/v/xml_annotation)](https://pub.dev/packages/xml_annotation)

* Package: https://pub.dev/packages/xml_annotation
* [Source code](xml_annotation)

The annotation package which has few dependencies.

Import it into your pubspec `dependencies:` section.

[source_gen]: https://pub.dev/packages/source_gen