T
- the value type to convertpublic interface Converter<T>
Modifier and Type | Method | Description |
---|---|---|
void |
convert(T value,
StrictJsonWriter writer) |
Convert the given value to JSON using the JSON writer.
|
void convert(T value, StrictJsonWriter writer)
value
- the value, which may be null depending on the typewriter
- the JSON writer