类 GsonJsonObjectMarshaller<T>

    • 方法概要

      所有方法 实例方法 具体方法 
      修饰符和类型方法说明
      java.lang.Stringmarshal​(T item)
      Marshal an object into a json representation.
      voidsetGson​(com.google.gson.Gson gson)
      Set the Gson object to use.
      • 从类继承的方法 java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 方法详细资料

      • setGson

        public void setGson​(com.google.gson.Gson gson)
        Set the Gson object to use.
        参数:
        gson - object to use