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