ERXConstantSerializer Class Reference
Inherits org::jabsorb::serializer::AbstractSerializer.
List of all members.
Detailed Description
Serializes ERXConstants.
- Author:
- ak
Member Function Documentation
| boolean canSerialize |
( |
Class |
clazz, |
|
|
Class |
jsonClazz | |
|
) |
| | |
| Class [] getJSONClasses |
( |
|
) |
|
| Class [] getSerializableClasses |
( |
|
) |
|
| Object marshall |
( |
SerializerState |
state, |
|
|
Object |
p, |
|
|
Object |
o | |
|
) |
| | throws MarshallException |
| ObjectMatch tryUnmarshall |
( |
SerializerState |
state, |
|
|
Class |
clazz, |
|
|
Object |
jso | |
|
) |
| | |
| Object unmarshall |
( |
SerializerState |
state, |
|
|
Class |
clazz, |
|
|
Object |
o | |
|
) |
| | throws UnmarshallException |
Member Data Documentation
Class [] _JSONClasses = new Class[] { JSONObject.class } [static, private] |
The documentation for this class was generated from the following file: