Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/tnc1997/dart-xml-serializable
- Owner: tnc1997
- License: mit
- Created: 2020-09-30T09:39:33.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-09-09T07:06:17.000Z (2 months ago)
- Last Synced: 2024-09-09T08:32:55.014Z (2 months ago)
- Topics: dart, hacktoberfest, source-gen, xml
- Language: Dart
- Homepage: https://pub.dev/packages/xml_serializable
- Size: 228 KB
- Stars: 9
- Watchers: 1
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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