XML deserialization with AOT
Is it possible to deserialize XML when using AOT?
The default XmlSerializer relies on reflection and thus does not support AOT.
Perhaps there are packages that utilize a source generator to implement a deserializer?
The default XmlSerializer relies on reflection and thus does not support AOT.
Perhaps there are packages that utilize a source generator to implement a deserializer?