write method
Writes the objects out to the oprot
protocol.
Implementation
write(TProtocol oprot) {
oprot.writeStructBegin(_STRUCT_DESC);
if (this.isSetSuccess()) {
oprot.writeFieldBegin(_SUCCESS_FIELD_DESC);
oprot.writeBinary(this.success);
oprot.writeFieldEnd();
}
oprot.writeFieldStop();
oprot.writeStructEnd();
}