Prasanna Santhanam 06dda10f31 - when de-serializing back to python from json, python attribute must be built
from dicts only, lists and tuples which don't contain dicts will be directly
set to the attribute
- eg: listnetworkserviceproviderresponse : servicelist = ['vpn', 'dhcp',
  'firewall'] contains no name,value combination to make attributes. So we make
self.servicelist = ['vpn','dhcp','firewall']
2011-11-30 17:42:40 +05:30
..
2010-08-11 09:13:29 -07:00
2011-03-19 11:46:18 -07:00
2011-07-08 13:49:53 -07:00
2010-09-09 13:27:20 -07:00
2011-08-31 15:51:19 -07:00