- 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/RoleEntity.as
r4036 r4037 59 59 public override function parseJSONString(json:String, recursive:int = 0):* { 60 60 var jsonEntity:Object = JSONObject.decode(json); 61 return parseJSONObject( jsonEntity );61 return parseJSONObject( jsonEntity, recursive ); 62 62 } 63 63 … … 66 66 var result:String = JSONObject.encode( jsonObject ); 67 67 return result; 68 } 69 68 } 70 69 71 70 } 72 71 73 74 75 72 }
