Module serde_json_core::ser

source ·
Expand description

Serialize a Rust data structure into JSON data

Enums

This type represents all possible errors that can occur when serializing JSON data

Functions

Serializes the given data structure as a JSON byte vector into the provided buffer
Serializes the given data structure as a string of JSON text
Serializes the given data structure as a JSON byte vector

Type Definitions

Serialization result