ikorin24 / U8XmlParser

Extremely fast UTF-8 xml parser library
MIT License
95 stars 13 forks source link

Generic serialization using source generators #34

Closed danielmeza closed 2 years ago

danielmeza commented 2 years ago

Hi the idea is to use this XmlReader to deserializer entire poco objects using Source Generators for .net 5+

ikorin24 commented 2 years ago

That is an application or another library should implement, not a feature U8XmlParser should provide.