public interface JsonGenerator.Converter
Handles converting a given type.
Converts a given object.
value
- the object to convertkey
- the key name for the value, may be null
Returns true
if this converter can handle conversions
of the given type.
type
- the type of the object to converttrue
if this converter can successfully convert values of
the given type, else false