Skip to main content

unserialize_xdr

Function unserialize_xdr 

Source
pub fn unserialize_xdr(data: &[u8]) -> Result<RValue, RError>
Expand description

Deserialize an R object from either XDR binary or ASCII format bytes.

The data should start at the format byte (‘X’, ‘A’, or ‘B’).