Table of Contents

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

object

Load(string, Type)

public object Load(string filePath, Type type)

Parameters

filePath string
type Type

Returns

object

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)

Parameters

filePath string
sourceObj object
xmlRootName string