Skip to content

Feature request: serde derives/implementations behind a feature flag #48

Description

@gibbz00

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions