mirror of
https://github.com/pezkuwichain/serde.git
synced 2026-06-13 13:41:01 +00:00
Merge pull request #135 from erickt/doc
Add a table pointing to the serializers that support serde
This commit is contained in:
@@ -556,3 +556,14 @@ impl serde::de::Visitor for PointVisitor {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Serialization Formats Using Serde
|
||||||
|
=================================
|
||||||
|
|
||||||
|
| Format | Name |
|
||||||
|
| ------ | ---- |
|
||||||
|
| Bincode | [bincode](https://crates.io/crates/bincode) |
|
||||||
|
| JSON | [serde\_json](https://crates.io/crates/serde_json) |
|
||||||
|
| MessagePack | [rmp](https://crates.io/crates/rmp) |
|
||||||
|
| XML | [serde\_xml](https://github.com/serde-rs/xml) |
|
||||||
|
| YAML | [serde\_yaml](https://github.com/serde-rs/yaml/) |
|
||||||
|
|||||||
Reference in New Issue
Block a user