-
-
Notifications
You must be signed in to change notification settings - Fork 775
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
serde_derive guarantees are not documented #1756
Comments
Or are they all documented, because there are none. ;) Derived |
If there are actually no guarantees that would be good to know since formats that don't self-describe could potentially break based on serde_derive versions. |
@dtolnay can you please clarify if |
Yes, that can be considered stable. |
I can't seem to find any documentation on any guarantees that
serde_derive
may have for the manner in which it serializes structs and enums. I'm mostly curious if the order in which it will call the differentserialize_*
anddeserialize_*
methods is guaranteed to be stable or not.The text was updated successfully, but these errors were encountered: