Module serde_llsd::de::binary

source ·
Expand description

de/binary – de-serialize LLSD, binary form.

Library for serializing and de-serializing data in Linden Lab Structured Data format.

Format documentation is at http://wiki.secondlife.com/wiki/LLSD

Binary format.

Constants

Functions

  • Parse LLSD array expressed in binary into an LLSDObject tree. No header.
  • Parse LLSD reader expressed in binary into an LLSDObject tree. No header.