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