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 CLightningFeeRate
read(com.google.gson.stream.JsonReader in)
void
write(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:
write
in 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:
read
in classcom.google.gson.TypeAdapter<CLightningFeeRate>
- Throws:
java.io.IOException
-
-