Derm.Util.XmlHelper Class Reference
XML helper class.
More...
List of all members.
Static Public Member Functions |
| static T | DeserializeClass< T > (string xmlPath) |
| | Deserialize a class from an XML file.
|
| static void | SerializeClass< T > (string xmlPath, T xmlClass) |
| | Serialize a class into an XML file.
|
Detailed Description
XML helper class.
Member Function Documentation
| static T Derm.Util.XmlHelper.DeserializeClass< T > |
( |
string |
xmlPath |
) |
[static] |
Deserialize a class from an XML file.
- Template Parameters:
-
- Parameters:
-
- Returns:
| static void Derm.Util.XmlHelper.SerializeClass< T > |
( |
string |
xmlPath, |
|
|
T |
xmlClass | |
|
) |
| | [static] |
Serialize a class into an XML file.
- Template Parameters:
-
- Parameters:
-