C# Class Entitas.Blueprints.Xml.BlueprintXmlSerializer

Afficher le fichier Open project: npruehs/Entitas-Blueprints-CSharp Class Usage Examples

Méthodes publiques

Méthode 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 méthode

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

Write() public méthode

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.
Résultat void