Module serde_json_core::ser[][src]

Serialize a Rust data structure into JSON data

Enums

Error

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

Functions

to_slice

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

to_string

Serializes the given data structure as a string of JSON text

to_vec

Serializes the given data structure as a JSON byte vector

Type Definitions

Result

Serialization result