Package | Description |
---|---|
net.sf.json |
The core of the library
|
net.sf.json.processors |
Support for custom serialization
|
Modifier and Type | Method and Description |
---|---|
DefaultValueProcessor |
JsonConfig.findDefaultValueProcessor(java.lang.Class target)
Finds a DefaultValueProcessor registered to the target class.
Returns null if none is registered. [Java -> JSON] |
Modifier and Type | Method and Description |
---|---|
void |
JsonConfig.registerDefaultValueProcessor(java.lang.Class target,
DefaultValueProcessor defaultValueProcessor)
Registers a DefaultValueProcessor.
[Java -> JSON] |
Modifier and Type | Class and Description |
---|---|
class |
DefaultDefaultValueProcessor
Base implementation for DefaultDefaultValueProcessor.
|
Copyright © 2006-2013 Json-lib. All Rights Reserved.