@override TList readListBegin() { int elementType = readByte(); int length = readI32(); return TList(elementType, length); }