Share via


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