예제 #1
0
 public override void deserializeBody(InputStream stream, TLContext context)
 {
     this.n    = StreamingUtils.readInt(stream);
     this.x    = StreamingUtils.readInt(stream);
     this.y    = StreamingUtils.readInt(stream);
     this.zoom = StreamingUtils.readDouble(stream);
 }
예제 #2
0
 public override void deserializeBody(InputStream stream, TLContext context)
 {
     this.time = StreamingUtils.readDouble(stream);
     this.type = StreamingUtils.readTLString(stream);
     this.peer = StreamingUtils.readLong(stream);
     this.data = StreamingUtils.readTLString(stream);
 }
예제 #3
0
 public override void deserializeBody(InputStream stream, TLContext context)
 {
     this.lat = StreamingUtils.readDouble(stream);
     this.lon = StreamingUtils.readDouble(stream);
 }