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