Skip to content

Add optional support for serde serialization & de-serialization #533

@Lepidopteran

Description

@Lepidopteran

Hello!

When using lofty in my project that uses axum, I noticed I couldn't serialize TagType, which isn't a big deal as I can just recreate the enum with serde::Serialize and serde::Deserialize attached to it.

However it would nice to have optional support for serde via an optional feature.

A few examples that would be nice to able serialize would be TagType, PictureType, and PictureInformation

I could definitely create a pull request, if you'd like.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions