C# Class AssemblyCSharp.LO_XMLTool

显示文件 Open project: applexiaohao/RXCardGame

Public Methods

Method Description
Deserialize ( Type type, Stream stream ) : object

反序列化

Deserialize ( Type type, string xml ) : object

反序列化

Serializer ( Type type, object obj ) : string

序列化

Method Details

Deserialize() public static method

反序列化
public static Deserialize ( Type type, Stream stream ) : object
type System.Type
stream Stream
return object

Deserialize() public static method

反序列化
public static Deserialize ( Type type, string xml ) : object
type System.Type 类型
xml string XML字符串
return object

Serializer() public static method

序列化
public static Serializer ( Type type, object obj ) : string
type System.Type 类型
obj object 对象
return string