Modifier and Type | Field and Description |
---|---|
private static Converter<java.lang.Double> |
FALLBACK_CONVERTER |
Constructor and Description |
---|
RelaxedExtendedJsonDoubleConverter() |
Modifier and Type | Method and Description |
---|---|
void |
convert(java.lang.Double value,
StrictJsonWriter writer)
Convert the given value to JSON using the JSON writer.
|
private static final Converter<java.lang.Double> FALLBACK_CONVERTER
public void convert(java.lang.Double value, StrictJsonWriter writer)
Converter