Class GraphTypeAdapterFactory.MethodEntityTypeAdapter

  • Enclosing class:
    GraphTypeAdapterFactory

    public final class GraphTypeAdapterFactory.MethodEntityTypeAdapter
    extends com.google.gson.TypeAdapter<T>
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected MethodEntity readInSync​(com.google.gson.stream.JsonReader in)  
      protected void writeInSync​(com.google.gson.stream.JsonWriter out, MethodEntity value)  
      • Methods inherited from class com.google.gson.TypeAdapter

        fromJson, fromJson, fromJsonTree, nullSafe, toJson, toJson, toJsonTree
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • writeInSync

        protected void writeInSync​(com.google.gson.stream.JsonWriter out,
                                   MethodEntity value)
                            throws java.io.IOException
        Throws:
        java.io.IOException
      • readInSync

        protected MethodEntity readInSync​(com.google.gson.stream.JsonReader in)
                                   throws java.io.IOException
        Throws:
        java.io.IOException