Метод | Описание | |
---|---|---|
Deserialize ( System.Xml.Linq.XDocument stateData, string keyType ) : object | ||
Serialize ( object value ) : System.Xml.Linq.XDocument |
public Deserialize ( System.Xml.Linq.XDocument stateData, string keyType ) : object | ||
stateData | System.Xml.Linq.XDocument | |
keyType | string | |
Результат | object |
public Serialize ( object value ) : System.Xml.Linq.XDocument | ||
value | object | |
Результат | System.Xml.Linq.XDocument |