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