C# Class AssemblyCSharp.LO_XMLTool

Afficher le fichier Open project: applexiaohao/RXCardGame

Méthodes publiques

Méthode Description
Deserialize ( Type type, Stream stream ) : object

反序列化

Deserialize ( Type type, string xml ) : object

反序列化

Serializer ( Type type, object obj ) : string

序列化

Method Details

Deserialize() public static méthode

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

Deserialize() public static méthode

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

Serializer() public static méthode

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