Package | Description |
---|---|
net.sf.json |
The core of the library
|
net.sf.json.processors |
Support for custom serialization
|
Modifier and Type | Method and Description |
---|---|
JsonBeanProcessor |
JsonConfig.findJsonBeanProcessor(java.lang.Class target)
Finds a JsonBeanProcessor registered to the target class.
Returns null if none is registered. |
Modifier and Type | Method and Description |
---|---|
void |
JsonConfig.registerJsonBeanProcessor(java.lang.Class target,
JsonBeanProcessor jsonBeanProcessor)
Registers a JsonValueProcessor.
|
Modifier and Type | Class and Description |
---|---|
class |
JsDateJsonBeanProcessor
Transforms a java.util.Date into a JSONObject ideal for JsDate conversion.
Example: |
Copyright © 2006-2014 Json-lib. All Rights Reserved.