- Timestamp:
- 08/09/10 10:51:45 (22 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
ssme/trunk/flex/Common/src/com/kh/ssme/entity/GroupEntity.as
r4036 r4037 107 107 public override function parseJSONString(json:String, recursive:int = 0):* { 108 108 var jsonEntity:Object = JSONObject.decode(json); 109 return parseJSONObject( jsonEntity );109 return parseJSONObject( jsonEntity, recursive ); 110 110 } 111 111 … … 114 114 var result:String = JSONObject.encode( jsonObject ); 115 115 return result; 116 } 116 } 117 117 118 118 }
