Serialized Form
-
Package net.sf.ezmorph
-
Class net.sf.ezmorph.MorpherRegistry
class MorpherRegistry extends Object implements Serializable- serialVersionUID:
- -3894767123320768419L
-
Serialized Fields
-
morphers
Map morphers
-
-
Exception net.sf.ezmorph.MorphException
class MorphException extends RuntimeException implements Serializable- serialVersionUID:
- -540093801787033824L
-
Serialized Fields
-
cause
Throwable cause
The root cause of thisConversionException, compatible with JDK 1.4's extensions tojava.lang.Throwable.
-
-
-
Package net.sf.ezmorph.bean
-
Class net.sf.ezmorph.bean.MorphDynaBean
class MorphDynaBean extends Object implements Serializable- serialVersionUID:
- -605547389232706344L
-
Serialized Fields
-
dynaClass
MorphDynaClass dynaClass
-
dynaValues
Map<String,
Object> dynaValues -
morpherRegistry
MorpherRegistry morpherRegistry
-
-
Class net.sf.ezmorph.bean.MorphDynaClass
class MorphDynaClass extends Object implements Serializable- serialVersionUID:
- -613214016860871560L
-
-
Package net.sf.json
-
Class net.sf.json.JSONArray
class JSONArray extends net.sf.json.AbstractJSON implements Serializable -
Exception net.sf.json.JSONException
class JSONException extends RuntimeException implements Serializable- serialVersionUID:
- 6995087065217051815L
-
Class net.sf.json.JSONNull
class JSONNull extends Object implements Serializable -
Class net.sf.json.JSONObject
class JSONObject extends net.sf.json.AbstractJSON implements Serializable-
Serialized Fields
-
nullObject
boolean nullObject
identifies this object as null -
properties
Map properties
The Map where the JSONObject's properties are kept.
-
-
-