DataServiceState.Deserialize Method
Windows Phone
March 22, 2012
Deserializes the DataServiceContext and DataServiceCollection<T> objects that were serialized by the Serialize() method.
Assembly: System.Data.Services.Client (in System.Data.Services.Client.dll)
Parameters
- stateContent
- Type: System.String
A string that represents the DataServiceContext and DataServiceCollection<T> objects that were serialized by the Serialize() method.
Return Value
Type: System.Data.Services.Client.DataServiceStateReturns a deserialized DataServiceState object. As applicable, deserialized DataServiceContext and DataServiceCollection<T> objects are placed in the DataServiceStateContext and RootCollections properties, respectively.