Package rocket.serialization.server

Examples of rocket.serialization.server.ServerObjectOutputStream


   * serialize objects to a GWT client.
   *
   * @return
   */
  public ObjectOutputStream createObjectOutputStream() {
    final ServerObjectOutputStream outputStream = new ServerObjectOutputStream();
    outputStream.setObjectWriters(this.createObjectWriters());
    return outputStream;
  }
View Full Code Here

TOP

Related Classes of rocket.serialization.server.ServerObjectOutputStream

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.