Class ManifestMethodTypeAdapter
- java.lang.Object
-
- com.google.gson.TypeAdapter<ManifestMethod>
-
- jrpc.service.converters.jsontypeadapter.ManifestMethodTypeAdapter
-
public class ManifestMethodTypeAdapter extends com.google.gson.TypeAdapter<ManifestMethod>
-
-
Constructor Summary
Constructors Constructor Description ManifestMethodTypeAdapter(com.google.gson.Gson gson)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ManifestMethod
read(com.google.gson.stream.JsonReader in)
void
write(com.google.gson.stream.JsonWriter out, ManifestMethod value)
-
-
-
Method Detail
-
write
public void write(com.google.gson.stream.JsonWriter out, ManifestMethod value) throws java.io.IOException
- Specified by:
write
in classcom.google.gson.TypeAdapter<ManifestMethod>
- Throws:
java.io.IOException
-
read
public ManifestMethod read(com.google.gson.stream.JsonReader in)
- Specified by:
read
in classcom.google.gson.TypeAdapter<ManifestMethod>
-
-