read method
Read the value at the given offset in bc.
Implementation
@override
T read(BufferContext bc, int offset) {
final objectOffset = bc.derefObject(offset);
return createObject(bc, objectOffset);
}
Read the value at the given offset in bc.
@override
T read(BufferContext bc, int offset) {
final objectOffset = bc.derefObject(offset);
return createObject(bc, objectOffset);
}