AbstractAbstractbufferAbstract method to handle buffer decoding.
The buffer to decode.
Contextual information for error messaging.
An object providing a mechanism to decode the buffer back into data.
AbstractdataAbstract method to handle data encoding.
The data to encode.
Contextual information for error messaging.
An object providing a mechanism to encode the data into a Uint8Array.
ScalarKindAbstract Class - A base for scalar kinds providing contract for data and buffer manipulations.