-
Notifications
You must be signed in to change notification settings - Fork 239
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Document how to deserialize and serialize attributes using serde #804
Comments
That documentation already exists. It may be not so visible, I'm open on suggestions how to improve that. |
To be honest this documented for Deserialization, which is also exists in an a quite obscure example. From documentation itself I'm not sure from documentation that this will work for Serialization. One doesn't strictly mean the other. |
It is located in
|
When I open documentation, I see a quite small example for Serde and no other links whatsoever. I'd prefer to have documentation separation into specific documents, like for plain reader/writer you have and integration with Serde. Inside Serde probably there would be good to have separate documentation for (de)serialization if there's some specific details worth a separate page. Similar structure you can find in clap documentation. |
This is readme file, the documentation starts here. Usually readme is not overloaded with links, but as I already said: I'm open for suggestions and PRs for improving documentation and making quick-xml better! |
There's a few examples here and there, I'd like to gather them to documentation, how idiomatically define an attribute using serde and this library as a parser and serializer.
The text was updated successfully, but these errors were encountered: