Table of Contents

Class XmlSystemSerializer

Namespace
HeBianGu.Systems.XmlSerialize
Assembly
HeBianGu.Systems.XmlSerialize.dll
public class XmlSystemSerializer : ISerializerService
Inheritance
XmlSystemSerializer
Implements
Inherited Members
Extension Methods

Methods

CloneXml(object)

public object CloneXml(object realObject)

Parameters

realObject 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