function deserialize
Jump to headingdeserialize(buffer: TypedArray): any
Uses a DefaultDeserializer
with default options to read a JS value
from a buffer.
Parameters Jump to heading
Jump to headingbuffer: TypedArray
A buffer returned by serialize.
Return Type Jump to heading
any