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 think it depends on the serializer. For example, in serde_json, tuple struct is treated as an array, unit struct is treated as a null, tuple variant is treated as an object, and unit variant is treated as a string.
This is a list of cases where
valuable-serde
behaves differently from usingserde
directly.valuable/valuable-serde/tests/test.rs
Lines 69 to 71 in 7a22d9d
see also Implement valuable-serde #23 (comment)
valuable/valuable-serde/tests/test.rs
Lines 85 to 87 in 7a22d9d
see also Implement valuable-serde #23 (comment)
valuable/valuable-serde/tests/test.rs
Lines 103 to 105 in 7a22d9d
The text was updated successfully, but these errors were encountered: