Reads an object from a raw vector.

qdeserialize(x, use_alt_rep=FALSE, strict=FALSE)

Arguments

x

A raw vector.

use_alt_rep

Use ALTREP when reading in string data (default FALSE). On R versions prior to 3.5.0, this parameter does nothing.

strict

Whether to throw an error or just report a warning (default: FALSE, i.e. report warning).

Value

The de-serialized object.

Details

See qserialize() for additional details and examples.