Module serde_at::ser

source ·
Expand description

Serialize a Rust data structure into AT Command strings

Structs

  • Options used by the serializer, to customize the resulting string

Enums

  • This type represents all possible errors that can occur when serializing AT Command strings

Functions

  • Serializes the given data structure to a buffer
  • Serializes the given data structure as a string
  • Serializes the given data structure as a byte vector

Type Definitions