Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/guorg/gu.xml
https://github.com/guorg/gu.xml
Last synced: about 4 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/guorg/gu.xml
- Owner: GuOrg
- License: mit
- Created: 2018-09-07T14:38:27.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2024-03-03T09:40:25.000Z (9 months ago)
- Last Synced: 2024-03-26T07:08:22.397Z (8 months ago)
- Language: C#
- Size: 482 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 25
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Gu.Xml
[![License](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE)
[![Gitter](https://badges.gitter.im/JoinChat.svg)](https://gitter.im/GuOrg/Gu.Xml?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
[![Build status](https://ci.appveyor.com/api/projects/status/m3b1yj38ke9odxfd/branch/master?svg=true)](https://ci.appveyor.com/project/JohanLarsson/gu-xml/branch/master)
[![Build Status](https://dev.azure.com/guorg/Gu.Xml/_apis/build/status/GuOrg.Gu.Xml?branchName=master)](https://dev.azure.com/guorg/Gu.Xml/_build/latest?definitionId=3&branchName=master)# Roadmap
- [ ] we can override handling of XML internal entities
- [ ] streaming deserialization, at least at the root level
- [ ] natural handling of collection types
- [ ] natural handling of `Nullable`s
- [ ] immutable model classes through constructor parameters