Abstract
Abstract
deserializeDeserializes a buffer into this value.
Optional
opts: DeserializeOptionsNumber of bytes read.
Abstract
getComputes the serialized length of this value.
Optional
opts: SerializeOptionsAbstract
serializeStatic
fromCreates a new instance of this value by deserializing from a buffer.
Optional
opts: DeserializeOptionsStatic
ofCreate a new instance of this wrapper class from a raw value.
Serializable implementation that simply wraps another value.