Uses of Class
com.google.protobuf.gwt.shared.JsonStreamFactory

Packages that use JsonStreamFactory
com.google.protobuf.gwt.client   
com.google.protobuf.gwt.server   
 

Uses of JsonStreamFactory in com.google.protobuf.gwt.client
 

Subclasses of JsonStreamFactory in com.google.protobuf.gwt.client
 class ClientJsonStreamFactory
          A factory class that makes it easy to switch between different client-side JsonStream implementations.
 

Uses of JsonStreamFactory in com.google.protobuf.gwt.server
 

Subclasses of JsonStreamFactory in com.google.protobuf.gwt.server
 class ServerJsonStreamFactory
          A factory class that makes it easy to switch between different server-side JsonStream implementations.
 

Fields in com.google.protobuf.gwt.server declared as JsonStreamFactory
protected  JsonStreamFactory ServerJsonStreamFromProtoFactory.jsonStreamFactory
           
 

Methods in com.google.protobuf.gwt.server that return JsonStreamFactory
 JsonStreamFactory ServerJsonStreamFromProtoFactory.getJsonStreamFactory()
           
 

Methods in com.google.protobuf.gwt.server with parameters of type JsonStreamFactory
static ServerJsonStreamFromProtoFactory ServerJsonStreamFromProtoFactory.createFactory(JsonStreamFactory jsonStreamFactory)
           
 

Constructors in com.google.protobuf.gwt.server with parameters of type JsonStreamFactory
ServerJsonStreamFromProtoFactory(JsonStreamFactory jsonStreamFactory)
           
 



Copyright © 2014 InMobi. All rights reserved.