DataContractUtils<T> Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Template class for DataContractUtils.
public static class DataContractUtils<T>
type DataContractUtils<'T> = class
Public Class DataContractUtils(Of T)
Type Parameters
- T
The object type
- Inheritance
-
DataContractUtils<T>
Methods
Deserialize(String) |
Deserialize the string to the propertyBagContainer. |
Serialize(T) |
Serializes the propertyBagContainer to the string. |