Module serde_json_core::ser

source ·
Expand description

Serialize a Rust data structure into JSON data

Structs§

  • A structure that serializes Rust values as JSON into a buffer.

Enums§

  • This type represents all possible errors that can occur when serializing JSON data
  • An unreachable type to fill the SerializeTupleVariant type

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 Aliases§