@Deprecated public interface JSONConverter
| Modifier and Type | Method and Description |
|---|---|
Object |
readValue(Class<?> type,
Object jv)
Deprecated.
convert json value to target class.
|
void |
writeValue(Object obj,
JSONWriter builder,
boolean writeClass)
Deprecated.
write object.
|
void writeValue(Object obj, JSONWriter builder, boolean writeClass) throws IOException
obj - obj.builder - builder.IOExceptionObject readValue(Class<?> type, Object jv) throws IOException
type - target type.jv - json value.IOExceptionCopyright © 2011–2020 The Apache Software Foundation. All rights reserved.