Beispiel #1
0
 @Override
 public void write(org.apache.thrift.protocol.TProtocol prot, LSTopoHistoryList struct)
     throws org.apache.thrift.TException {
   TTupleProtocol oprot = (TTupleProtocol) prot;
   {
     oprot.writeI32(struct.topo_history.size());
     for (LSTopoHistory _iter684 : struct.topo_history) {
       _iter684.write(oprot);
     }
   }
 }
Beispiel #2
0
    public void write(org.apache.thrift.protocol.TProtocol oprot, LSTopoHistoryList struct)
        throws org.apache.thrift.TException {
      struct.validate();

      oprot.writeStructBegin(STRUCT_DESC);
      if (struct.topo_history != null) {
        oprot.writeFieldBegin(TOPO_HISTORY_FIELD_DESC);
        {
          oprot.writeListBegin(
              new org.apache.thrift.protocol.TList(
                  org.apache.thrift.protocol.TType.STRUCT, struct.topo_history.size()));
          for (LSTopoHistory _iter683 : struct.topo_history) {
            _iter683.write(oprot);
          }
          oprot.writeListEnd();
        }
        oprot.writeFieldEnd();
      }
      oprot.writeFieldStop();
      oprot.writeStructEnd();
    }