write method
Writes the objects out to the oprot
protocol.
Implementation
write(TProtocol oprot) {
validate();
oprot.writeStructBegin(_STRUCT_DESC);
if (this.space_name != null) {
oprot.writeFieldBegin(_SPACE_NAME_FIELD_DESC);
oprot.writeBinary(this.space_name);
oprot.writeFieldEnd();
}
oprot.writeFieldBegin(_IF_EXISTS_FIELD_DESC);
oprot.writeBool(this.if_exists);
oprot.writeFieldEnd();
oprot.writeFieldStop();
oprot.writeStructEnd();
}