Module msgpack_schema::value

source ·

Structs

  • A special type used to deserialize any object and discard it.
  • Byte array type.
  • A special type used to serialize and deserialize the empty map.
  • User-extended type.
  • Integer ranging from -(2^63) to (2^64)-1.
  • A special type for serializing and deserializing the nil object.
  • String objects of MessagePack are essentially byte arrays type that may contain any bytes.