Module binary

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

LLSDBINARYPREFIX
LLSDBINARYSENTINEL

Functions§

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