[ { "Name": "Apple", "Expiry": "2014-05-04 02:08:58", "Price": 3.99, "Sizes": [ "Small", "Medium", "Large" ] }, { "Name": "Apple", "Expiry": "2014-05-04 02:08:58", "Price": 3.99, "Sizes": [ "Small", "Medium", "Large" ] } ]
反序列化对象
单个对象
•Apple
•2014-05-03 10:20:59
•3.99
•Small,Medium,Large
多个对象
•Apple
•2014-05-03 10:20:59
•3.99
•Small,Medium,Large
•Apple
•2014-05-03 10:20:59
•3.99
•Small,Medium,Large
反序列化成数据字典Dictionary
Dictionary长度2
•key:key1,value:zhangsan
•key:key2,value:lisi
---------------------------------------------------------------
自定义反序列化