C# Class BlogML.Xml.BlogMLSerializer

Show file Open project: Gutek/MovingScrewdriver

Public Methods

Method Description
Deserialize ( Stream stream ) : BlogMLBlog
Deserialize ( TextReader reader ) : BlogMLBlog
Deserialize ( XmlReader reader ) : BlogMLBlog
Serialize ( Stream stream, BlogMLBlog blog ) : void
Serialize ( TextWriter writer, BlogMLBlog blog ) : void
Serialize ( XmlWriter writer, BlogMLBlog blog ) : void

Method Details

Deserialize() public static method

public static Deserialize ( Stream stream ) : BlogMLBlog
stream Stream
return BlogMLBlog

Deserialize() public static method

public static Deserialize ( TextReader reader ) : BlogMLBlog
reader System.IO.TextReader
return BlogMLBlog

Deserialize() public static method

public static Deserialize ( XmlReader reader ) : BlogMLBlog
reader XmlReader
return BlogMLBlog

Serialize() public static method

public static Serialize ( Stream stream, BlogMLBlog blog ) : void
stream Stream
blog BlogMLBlog
return void

Serialize() public static method

public static Serialize ( TextWriter writer, BlogMLBlog blog ) : void
writer System.IO.TextWriter
blog BlogMLBlog
return void

Serialize() public static method

public static Serialize ( XmlWriter writer, BlogMLBlog blog ) : void
writer System.Xml.XmlWriter
blog BlogMLBlog
return void