JSONEnterpriseObjectSerializer Class Reference

Inherits org::jabsorb::serializer::AbstractSerializer.

Collaboration diagram for JSONEnterpriseObjectSerializer:

Collaboration graph
[legend]

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 jso)
Object unmarshall (SerializerState state, Class clazz, Object o) throws UnmarshallException

Static Protected Attributes

static NSMutableDictionary publicAttributes = new NSMutableDictionary()

Static Private Attributes

static Class[] _JSONClasses = new Class[] { JSONObject.class }
static Class[] _serializableClasses = new Class[] { IJSONEnterpriseObject.class }


Detailed Description

JSONEnterpriseObjectSerializer turns EO's from a JSON server into IJSONEnterpriseObject stubs of the EO's (and back again).

Author:
mschrag

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]

Class [] _serializableClasses = new Class[] { IJSONEnterpriseObject.class } [static, private]


The documentation for this class was generated from the following file:

Generated on Sat May 26 06:42:41 2012 for Project Wonder by  doxygen 1.5.8