You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'd also like a generic Serialize trait that serializers can implement — I don't want to do that with just JSON though, I think a satisfactory first shot would be adding TOML, YAML, bincode and Postcard — just to have a good spread of what different formats look like.
The text was updated successfully, but these errors were encountered:
I'd also like a generic
Serialize
trait that serializers can implement — I don't want to do that with just JSON though, I think a satisfactory first shot would be adding TOML, YAML, bincode and Postcard — just to have a good spread of what different formats look like.The text was updated successfully, but these errors were encountered: