Class XmlSerializerService
- Namespace
- HeBianGu.Systems.XmlSerialize
- Assembly
- HeBianGu.Systems.XmlSerialize.dll
public class XmlSerializerService : ISerializerService
- Inheritance
-
XmlSerializerService
- Implements
- Inherited Members
- Extension Methods
Methods
CloneXml(object)
public object CloneXml(object o)
Parameters
o
object
Returns
Load(string, Type)
public object Load(string filePath, Type type)
Parameters
Returns
Load<T>(string)
public T Load<T>(string filePath)
Parameters
filePath
string
Returns
- T
Type Parameters
T
Save(string, object, string)
public void Save(string filePath, object sourceObj, string xmlRootName = null)