Package com.google.walkaround.wave.client

Examples of com.google.walkaround.wave.client.ClientMessageSerializer


  public SubmitDeltaService(Rpc rpc, WaveletMap wavelets, SlobId objectId) {
    this.rpc = rpc;
    this.wavelets = wavelets;
    this.objectId = objectId;
    this.serializer = new WaveSerializer(new ClientMessageSerializer());
  }
View Full Code Here

TOP

Related Classes of com.google.walkaround.wave.client.ClientMessageSerializer

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.