C# 클래스 Entitas.Blueprints.Xml.BlueprintXmlSerializer

파일 보기 프로젝트 열기: npruehs/Entitas-Blueprints-CSharp 1 사용 예제들

공개 메소드들

메소드 설명
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