Interface | Description |
---|---|
JsonBeanProcessor |
Base interface for custom serialization per Bean.
|
JsonValueProcessor |
Base interface for custom serialization per property.
|
Class | Description |
---|---|
JsDateJsonBeanProcessor |
Transforms a java.util.Date into a JSONObject ideal for JsDate conversion.
Example: |
JsDateJsonValueProcessor |
Transforms a java.util.Date property into a JSONObject ideal for JsDate
conversion
|
JsonBeanProcessorMatcher |
Base class for finding a matching JsonBeanProcessor.
DEFAULT - matches the target class with equals(). |
JsonVerifier |
Verifies if a value is a valid JSON value.
|
Support for custom serialization
Copyright © 2006-2014 Json-lib. All Rights Reserved.