JSON serialization and deserialization in Silverlight
In order to be serializable with DataContractJsonSerializer we have to set a [DataContract] attribute. The properites that will be used by the serialization must have ... Here we create a stream from the json string and pass it to the ReadObject method of
www.silverlightshow.net |