Expand description
JSON serde deserializer
Structs§
- Deserializer
- Serde JSON deserializer.
- String
Byte Base64 Decoder - Convert strings to byte arrays by decoding BASE-64 encoded strings
- String
Byte HexDecoder - Convert strings to byte arrays by decoding HEX-encoded strings
- String
Byte Nope Decoder - Convert strings to byte arrays by unescaping original JSON strings without any additional decoding
Enums§
- Error
- Deserialization error
Traits§
- Checked
Sub - Helper trait for parsing negative integers
- NumParse
Tool - Helper trait for parsing integers
- String
Byte Decoder - Auxiliary trait for objects implementing string to bytes decoding.
Functions§
- from_
mut_ slice - Deserialize an instance of type
Tfrom a mutable slice of bytes of JSON text. - from_
mut_ slice_ base64_ bytes - Deserialize an instance of type
Tfrom a mutable slice of bytes of JSON text. - from_
mut_ slice_ hex_ bytes - Deserialize an instance of type
Tfrom a mutable slice of bytes of JSON text. - from_
mut_ slice_ with_ decoder - Deserialize an instance of type
Tfrom a mutable slice of bytes of JSON text.
Type Aliases§
- Deserializer
Base64 Byte Str - JSON deserializer with bytes deserialized from BASE-64 encoded strings
- Deserializer
HexByte Str - JSON deserializer with bytes deserialized from HEX-encoded strings
- Deserializer
Nope Byte Str - JSON deserializer with bytes deserialized from JSON strings (with unescaping) without any additional decoding
- Result
- Deserialization result