Uses of Class
com.google.protobuf.gwt.server.GsonJsonStream

Packages that use GsonJsonStream
com.google.protobuf.gwt.server   
 

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

Subclasses of GsonJsonStream in com.google.protobuf.gwt.server
 class CompactGsonJsonStream
           
 class VerboseGsonJsonStream
          Server-side verbose implementation of the JsonStream interface, using Gson JSON implementation.
 

Methods in com.google.protobuf.gwt.server that return GsonJsonStream
 GsonJsonStream ServerJsonStreamFactory.createNewStream(JsonStreamFactory.ImplementationType implementationType)
           
 GsonJsonStream ServerJsonStreamFactory.createNewStreamFromJson(String jsonText)
           
 GsonJsonStream VerboseGsonJsonStream.newStream()
           
 GsonJsonStream CompactGsonJsonStream.newStream()
           
 GsonJsonStream VerboseGsonJsonStream.newStream(com.google.gson.JsonObject jsonObject)
           
 GsonJsonStream CompactGsonJsonStream.newStream(com.google.gson.JsonObject jsonObject)
           
protected abstract  GsonJsonStream GsonJsonStream.newStream(com.google.gson.JsonObject jsonObject)
           
 



Copyright © 2014 InMobi. All rights reserved.