write method
Writes the objects out to the oprot
protocol.
Implementation
write(TProtocol oprot) {
validate();
oprot.writeStructBegin(_STRUCT_DESC);
if (this.fulltext_index_name != null) {
oprot.writeFieldBegin(_FULLTEXT_INDEX_NAME_FIELD_DESC);
oprot.writeBinary(this.fulltext_index_name);
oprot.writeFieldEnd();
}
if (this.index != null) {
oprot.writeFieldBegin(_INDEX_FIELD_DESC);
this.index?.write(oprot);
oprot.writeFieldEnd();
}
oprot.writeFieldStop();
oprot.writeStructEnd();
}