public interface JsonFieldAdapterString<T> extends JsonFieldAdapter
Modifier and Type | Method and Description |
---|---|
T |
parse(String value)
Parse
|
void |
write(T value,
JsonWriter writer)
Write
|
void write(T value, JsonWriter writer) throws IOException
value
- to writewriter
- outputIOException
- in case of failureCopyright © 2005–2021. All rights reserved.