Method | Description | |
---|---|---|
Deserialize ( System.Xml.Linq.XElement rootElement ) : bool |
Deserializes the passed in root element to the current instance.
|
|
Initialize ( ) : void |
Initializes this instance with a set of new properties to serve as context.
|
|
Serialize ( System.Xml.Linq.XElement rootElement ) : void |
Serializes the current instance to the passed in root element.
|
public Deserialize ( System.Xml.Linq.XElement rootElement ) : bool | ||
rootElement | System.Xml.Linq.XElement | The root element to deserialize. |
return | bool |
public Serialize ( System.Xml.Linq.XElement rootElement ) : void | ||
rootElement | System.Xml.Linq.XElement | The root element to serialize to. |
return | void |