NSSetSerializer Class Reference
Inherits org::jabsorb::serializer::AbstractSerializer.
List of all members.
|
Public Member Functions |
| 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 o) throws UnmarshallException |
| Object | unmarshall (SerializerState state, Class clazz, Object o) throws UnmarshallException |
Static Private Attributes |
| static Class[] | _JSONClasses = new Class[] { JSONObject.class } |
| static Class[] | _serializableClasses = new Class[] { NSSet.class, NSMutableSet.class } |
Detailed Description
Transforms NSSets between JavaScript and Java.
- Author:
- Jean-François Veillette <jfveillette@os.ca>
- Version:
- $, $Date $
© 2005 OS Communications Informatiques, inc. Tous droits réservés.
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 |
o | |
|
) |
| | throws UnmarshallException |
| 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: