[−][src]Module serialize::serialize
🔬 This is a nightly-only experimental API. (rustc_private)
this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via Cargo.toml instead?
Support code for encoding and decoding types.
Traits
| Decodable |
[ Experimental ]
|
| Decoder |
[ Experimental ]
|
| Encodable |
[ Experimental ]
|
| Encoder |
[ Experimental ]
|
| SpecializationError |
[ Experimental ] Implement this trait on your |
| SpecializedDecoder |
[ Experimental ] Implement this trait on decoders, with |
| SpecializedEncoder |
[ Experimental ] Implement this trait on encoders, with |
| UseSpecializedDecodable |
[ Experimental ] Implement this trait on your type to get an |
| UseSpecializedEncodable |
[ Experimental ] Implement this trait on your type to get an |