C# Класс Entitas.Blueprints.Xml.BlueprintXmlSerializer

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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.

Описание методов

Read() публичный Метод

Reads the next blueprint from the specified reader.
public Read ( XmlReader reader ) : Blueprint
reader System.Xml.XmlReader Reader to read the next blueprint from.
Результат Blueprint

Write() публичный Метод

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.
Результат void