Expand description
Serialization support for the application/x-www-form-urlencoded
format.
Structs§
- MapSerializer
- Map serializer.
- SeqSerializer
- Sequence serializer.
- Serializer
- A serializer for the
application/x-www-form-urlencoded
format. - Struct
Serializer - Struct serializer.
- Struct
Variant Serializer - Struct variant serializer.
- Tuple
Serializer - Tuple serializer.
- Tuple
Struct Serializer - Tuple struct serializer.
- Tuple
Variant Serializer - Tuple variant serializer.
Enums§
- Error
- Errors returned during serializing to
application/x-www-form-urlencoded
.
Functions§
- to_
string - Serializes a value into a
application/x-www-form-urlencoded
String
buffer.