factory Identity(List<int> bytes) { final rootRef = fb.BufferContext.fromBytes(bytes); return reader.read(rootRef, 0); }