Constructor and Description |
---|
FloatTypeAdapter() |
Modifier and Type | Method and Description |
---|---|
Float |
read(com.google.gson.stream.JsonReader in) |
void |
write(com.google.gson.stream.JsonWriter out,
Float value) |
public void write(com.google.gson.stream.JsonWriter out, Float value) throws IOException
write
in class com.google.gson.TypeAdapter<Float>
IOException
public Float read(com.google.gson.stream.JsonReader in) throws IOException
read
in class com.google.gson.TypeAdapter<Float>
IOException
Copyright © 2023. All rights reserved.