Crate serialize[−][src]
Support code for encoding and decoding types.
Modules
hex |
Hex binary-to-text encoding |
json |
JSON parsing and serialization |
leb128 | |
opaque |
Traits
Decodable | |
Decoder | |
Encodable | |
Encoder | |
SpecializationError |
Implement this trait on your |
SpecializedDecoder |
Implement this trait on decoders, with |
SpecializedEncoder |
Implement this trait on encoders, with |
UseSpecializedDecodable |
Implement this trait on your type to get an |
UseSpecializedEncodable |
Implement this trait on your type to get an |