write method
Writes the objects out to the oprot
protocol.
Implementation
write(TProtocol oprot) {
validate();
oprot.writeStructBegin(_STRUCT_DESC);
if (this.session_ids != null) {
oprot.writeFieldBegin(_SESSION_IDS_FIELD_DESC);
{
oprot.writeListBegin(new TList(TType.I64, this.session_ids?.length));
for (var elem377 in this.session_ids ?? []) {
oprot.writeI64(elem377);
}
oprot.writeListEnd();
}
oprot.writeFieldEnd();
}
oprot.writeFieldStop();
oprot.writeStructEnd();
}