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.