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 ManifestMethodread(com.google.gson.stream.JsonReader in)voidwrite(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:
 writein classcom.google.gson.TypeAdapter<ManifestMethod>- Throws:
 java.io.IOException
 
- 
read
public ManifestMethod read(com.google.gson.stream.JsonReader in)
- Specified by:
 readin classcom.google.gson.TypeAdapter<ManifestMethod>
 
 - 
 
 -