The move from quick-xml to instant-xml limited interop between other serialization formats.
I'm wondering if it would be appreciated if I send in a PR that derives SerializeDeserialize for types that implement ToXml and DeserializeSerialize for types that implement FromXml.
We're building an interface for EPP, and not having to create DTOs of practically the same structure makes the process a lot easier. Granted, some custom serialization will still be need.
The move from quick-xml to instant-xml limited interop between other serialization formats.
I'm wondering if it would be appreciated if I send in a PR that derives
SerializeDeserializefor types that implementToXmlandDeserializeSerializefor types that implementFromXml.We're building an interface for EPP, and not having to create DTOs of practically the same structure makes the process a lot easier. Granted, some custom serialization will still be need.