| Methods of class XmlHelper |
Public Methods
Serializes the specified object set.
public static string Serialize ( ObjectSet objectSet )
Serializes the specified object set.
public static string Serialize ( ObjectSet objectSet, string xmlFile )
Serializes the specified object space.
public static string Serialize ( ObjectSpace objectSpace )
Serializes the specified object space.
public static string Serialize ( ObjectSpace objectSpace, string xmlFile )
Unserializes the specified XML file.
public static ObjectSpace Unserialize ( string xmlFile, ObjectManager objectManager, SchemaInfo schemaInfo )
Unserializes the specified XML file.
public static ObjectSet Unserialize ( string xmlFile, ObjectManager objectManager, TableInfo tableInfo )