media-io / yaserde

Yet Another Serializer/Deserializer
MIT License
175 stars 57 forks source link

Documentation for custom (de-)serializers #118

Open xehpuk opened 3 years ago

xehpuk commented 3 years ago

How to implement YaDeserialize and YaSerialize? When I copy the snippet from the README.md and use yaserde::ser::YaSerialize;, the compiler tells me that "trait YaSerialize is private" (E0603).

mlevkov commented 3 years ago

@xehpuk take a look at this ticket, https://github.com/media-io/yaserde/issues/87