☰
Module serialize
Macros
Traits
?
Module
rustc_serialize
::
serialize
source
·
[
−
]
Expand description
Support code for encoding and decoding types.
Macros
direct_serialize_impls
🔒
peel
🔒
tuple
🔒
Traits
Decodable
Trait for types that can be deserialized
Decoder
Encodable
Trait for types that can be serialized
Encoder
A note about error handling.