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