예제 #1
0
 protected override void iceWriteImpl(global::Ice.OutputStream ostr_)
 {
     ostr_.startSlice(ice_staticId(), -1, true);
     ostr_.writeInt(id);
     ostr_.writeString(name);
     ostr_.writeString(addr);
     ostr_.endSlice();
 }
예제 #2
0
 public static void ice_write(global::Ice.OutputStream ostr, OperationResult v)
 {
     if (v == null)
     {
         _nullMarshalValue.ice_writeMembers(ostr);
     }
     else
     {
         v.ice_writeMembers(ostr);
     }
 }
예제 #3
0
 public static void write(global::Ice.OutputStream ostr, NodePrx v)
 {
     ostr.writeProxy(v);
 }
예제 #4
0
 public static void write(global::Ice.OutputStream ostr, AStockServicePrx v)
 {
     ostr.writeProxy(v);
 }
예제 #5
0
 public static void write(global::Ice.OutputStream ostr, PrinterCsharpPrx v)
 {
     ostr.writeProxy(v);
 }
예제 #6
0
 public static void write(global::Ice.OutputStream ostr, byte[] v)
 {
     ostr.writeByteSeq(v);
 }
예제 #7
0
 protected override void iceWriteImpl(global::Ice.OutputStream ostr_)
 {
     ostr_.startSlice("::Bundle::OperationException", -1, true);
     ostr_.writeString(Operation);
     ostr_.endSlice();
 }
예제 #8
0
 public static void write(global::Ice.OutputStream ostr, OperationType v)
 {
     ostr.writeEnum((int)v, 4);
 }
예제 #9
0
 public void ice_writeMembers(global::Ice.OutputStream ostr)
 {
     ostr.writeString(this.Message);
     RawBytesHelper.write(ostr, this.Data);
 }
예제 #10
0
 public static void write(global::Ice.OutputStream ostr, TestCallBackPrx v)
 {
     ostr.writeProxy(v);
 }
예제 #11
0
 public static void write(global::Ice.OutputStream ostr, global::System.Collections.Generic.List <string> v)
 {
     ostr.writeStringSeq(v == null ? 0 : v.Count, v);
 }
예제 #12
0
 public static void write(global::Ice.OutputStream ostr, ManufacturerPrx v)
 {
     ostr.writeProxy(v);
 }