note: base1 type allows you to decode as needed for each grouping of data.
for instance OColumnString is an array of strings, but you may only need a few strings on use.
Store either data itself or a reference to the position in the protobuf to deserialize
Type Parameters
T
Any Type
Param: data
the data parsed and available. Kept to reduce fetch duplication
note: base1 type allows you to decode as needed for each grouping of data. for instance OColumnString is an array of strings, but you may only need a few strings on use. Store either data itself or a reference to the position in the protobuf to deserialize