Class GraphTypeAdapterFactory.ClassEntityTypeAdapter
- java.lang.Object
-
- com.google.gson.TypeAdapter<T>
-
- com.ss.android.ugc.bytex.common.graph.cache.GraphTypeAdapterFactory.ClassEntityTypeAdapter
-
- Enclosing class:
- GraphTypeAdapterFactory
public final class GraphTypeAdapterFactory.ClassEntityTypeAdapter extends com.google.gson.TypeAdapter<T>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected ClassEntityreadInSync(com.google.gson.stream.JsonReader in)protected voidwriteInSync(com.google.gson.stream.JsonWriter out, ClassEntity value)
-
-
-
Method Detail
-
writeInSync
protected void writeInSync(com.google.gson.stream.JsonWriter out, ClassEntity value) throws java.io.IOException- Throws:
java.io.IOException
-
readInSync
protected ClassEntity readInSync(com.google.gson.stream.JsonReader in) throws java.io.IOException
- Throws:
java.io.IOException
-
-