Class TreeTypeAdapter.GsonContextImpl

    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private GsonContextImpl()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      <R> R deserialize​(JsonElement json, java.lang.reflect.Type typeOfT)
      Invokes default deserialization on the specified object.
      JsonElement serialize​(java.lang.Object src)
      Invokes default serialization on the specified object.
      JsonElement serialize​(java.lang.Object src, java.lang.reflect.Type typeOfSrc)
      Invokes default serialization on the specified object passing the specific type information.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait