Package | Description |
---|---|
net.sf.json |
The core of the library
|
net.sf.json.processors |
Support for custom serialization
|
Class and Description |
---|
JsonBeanProcessor
Base interface for custom serialization per Bean.
|
JsonBeanProcessorMatcher
Base class for finding a matching JsonBeanProcessor.
DEFAULT - matches the target class with equals(). |
JsonValueProcessor
Base interface for custom serialization per property.
|
Class and Description |
---|
JsonBeanProcessor
Base interface for custom serialization per Bean.
|
JsonBeanProcessorMatcher
Base class for finding a matching JsonBeanProcessor.
DEFAULT - matches the target class with equals(). |
JsonValueProcessor
Base interface for custom serialization per property.
|
Copyright © 2006-2014 Json-lib. All Rights Reserved.