Method | Description | |
---|---|---|
Deserialize ( System.Xml.Linq.XDocument stateData, string keyType ) : object | ||
Serialize ( object value ) : System.Xml.Linq.XDocument |
Method | Description | |
---|---|---|
DeserializeInternal ( System.Xml.Linq.XDocument stateData, string keyType ) : object |
public static Deserialize ( System.Xml.Linq.XDocument stateData, string keyType ) : object | ||
stateData | System.Xml.Linq.XDocument | |
keyType | string | |
return | object |
public static Serialize ( object value ) : System.Xml.Linq.XDocument | ||
value | object | |
return | System.Xml.Linq.XDocument |