feat: Add a named variant for rmp_serde_1_3
And advise to use it if advanced serde features are in use.
This commit is contained in:
committed by
Vincent Herlemont
parent
b543e30216
commit
021ea5c54c
@@ -103,6 +103,8 @@ There are known issues with some `serde` advanced features such as:
|
||||
|
||||
Or types implementing similar strategies such as [`serde_json::Value`][serde_json_value].
|
||||
|
||||
The `rmp-serde` serialization format can optionally support them serializing structs as maps, the `RmpSerdeNamed` struct is provided to support this use-case.
|
||||
|
||||
[serde_json_value]: https://docs.rs/serde_json/latest/serde_json/enum.Value.html
|
||||
|
||||
## Data model
|
||||
|
||||
Reference in New Issue
Block a user