Module ser

Source
Expand description

Serialization support for the application/x-www-form-urlencoded format.

Structs§

Error
Errors returned during serializing to application/x-www-form-urlencoded.
MapSerializer
Map serializer.
SeqSerializer
Sequence serializer.
Serializer
A serializer for the application/x-www-form-urlencoded format.
StructSerializer
Struct serializer.
StructVariantSerializer
Struct variant serializer.
TupleSerializer
Tuple serializer.
TupleStructSerializer
Tuple struct serializer.
TupleVariantSerializer
Tuple variant serializer.

Functions§

push_to_string
Serializes a value into the provided application/x-www-form-urlencoded String buffer.
to_string
Serializes a value into a application/x-www-form-urlencoded String buffer.