Package io.datarouter.gson.typeadapter
Class QuadTypeAdapter
java.lang.Object
com.google.gson.TypeAdapter<io.datarouter.types.Quad>
io.datarouter.gson.typeadapter.QuadTypeAdapter
public class QuadTypeAdapter
extends com.google.gson.TypeAdapter<io.datarouter.types.Quad>
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.google.gson.TypeAdapter
fromJson, fromJson, fromJsonTree, nullSafe, toJson, toJson, toJsonTree
-
Constructor Details
-
QuadTypeAdapter
public QuadTypeAdapter()
-
-
Method Details
-
write
public void write(com.google.gson.stream.JsonWriter out, io.datarouter.types.Quad value) throws IOException - Specified by:
writein classcom.google.gson.TypeAdapter<io.datarouter.types.Quad>- Throws:
IOException
-
read
- Specified by:
readin classcom.google.gson.TypeAdapter<io.datarouter.types.Quad>- Throws:
IOException
-