类 GraphTypeAdapterFactory.ClassEntityTypeAdapter
- java.lang.Object
-
- com.google.gson.TypeAdapter<T>
-
- com.ss.android.ugc.bytex.common.graph.cache.GraphTypeAdapterFactory.ClassEntityTypeAdapter
-
public final class GraphTypeAdapterFactory.ClassEntityTypeAdapter extends com.google.gson.TypeAdapter<T>
-
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 protected ClassEntityreadInSync(com.google.gson.stream.JsonReader in)protected voidwriteInSync(com.google.gson.stream.JsonWriter out, ClassEntity value)
-
-
-
方法详细资料
-
writeInSync
protected void writeInSync(com.google.gson.stream.JsonWriter out, ClassEntity value) throws java.io.IOException- 抛出:
java.io.IOException
-
readInSync
protected ClassEntity readInSync(com.google.gson.stream.JsonReader in) throws java.io.IOException
- 抛出:
java.io.IOException
-
-