public interface JsonFieldAdapterString<T> extends JsonFieldAdapter
Modifier and Type | Method and Description |
---|---|
T |
parse(java.lang.String value) |
void |
write(T value,
JsonWriter writer) |
T parse(java.lang.String value)
void write(T value, JsonWriter writer) throws java.io.IOException
java.io.IOException