write method
Writes the objects out to the oprot
protocol.
Implementation
write(TProtocol oprot) {
validate();
oprot.writeStructBegin(_STRUCT_DESC);
if (this.space_ids != null) {
oprot.writeFieldBegin(_SPACE_IDS_FIELD_DESC);
{
oprot.writeListBegin(new TList(TType.I32, this.space_ids?.length));
for (var elem309 in this.space_ids ?? []) {
oprot.writeI32(elem309);
}
oprot.writeListEnd();
}
oprot.writeFieldEnd();
}
oprot.writeFieldBegin(_SIGN_FIELD_DESC);
oprot.writeI32(this.sign);
oprot.writeFieldEnd();
oprot.writeFieldStop();
oprot.writeStructEnd();
}