C# Class Ohana3DS_Transfigured.Ohana.Models.NewLovePlus.Serialization

显示文件 Open project: Quibilia/Ohana3DS-Transfigured Class Usage Examples

Public Methods

Method Description
getSERI ( Stream xmlData ) : SERI

Reads a SERI from a XML file.

getSERI ( string xmlFileName ) : SERI

Reads a SERI from a XML file.

Method Details

getSERI() public static method

Reads a SERI from a XML file.
public static getSERI ( Stream xmlData ) : SERI
xmlData System.IO.Stream The Stream of the XML file
return SERI

getSERI() public static method

Reads a SERI from a XML file.
public static getSERI ( string xmlFileName ) : SERI
xmlFileName string The Full Path of the XML file
return SERI