Function serde_llsd::de::binary::from_reader
source · pub fn from_reader(cursor: &mut dyn Read) -> Result<LLSDValue, Error>Expand description
Parse LLSD reader expressed in binary into an LLSDObject tree. No header.
pub fn from_reader(cursor: &mut dyn Read) -> Result<LLSDValue, Error>Parse LLSD reader expressed in binary into an LLSDObject tree. No header.