你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

DataContractUtils<T> Class

Definition

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.

Applies to