C# Class Entitas.Blueprints.Xml.BlueprintXmlSerializer

ファイルを表示 Open project: npruehs/Entitas-Blueprints-CSharp Class Usage Examples

Public Methods

Method Description
Read ( XmlReader reader ) : Blueprint

Reads the next blueprint from the specified reader.

Write ( XmlWriter writer, IBlueprint blueprint ) : void

Writes the passed blueprint to the specified writer.

Method Details

Read() public method

Reads the next blueprint from the specified reader.
public Read ( XmlReader reader ) : Blueprint
reader System.Xml.XmlReader Reader to read the next blueprint from.
return Blueprint

Write() public method

Writes the passed blueprint to the specified writer.
public Write ( XmlWriter writer, IBlueprint blueprint ) : void
writer System.Xml.XmlWriter Writer to write the blueprint to.
blueprint IBlueprint Blueprint to write.
return void