C# Class IronRuby.StandardLibrary.Yaml.Serializer

Show file Open project: jschementi/iron Class Usage Examples

Public Methods

Method Description
Close ( ) : void
Serialize ( Node node ) : void
Serializer ( Emitter emitter, YamlOptions opts ) : System
Serializer ( TextWriter writer, YamlOptions opts ) : System

Protected Methods

Method Description
IgnoreAnchor ( Node node ) : bool

Private Methods

Method Description
AnchorNode ( Node node ) : void
GenerateAnchor ( Node node ) : string
SerializeNode ( Node node, Node parent, object index ) : void

Method Details

Close() public method

public Close ( ) : void
return void

IgnoreAnchor() protected method

protected IgnoreAnchor ( Node node ) : bool
node Node
return bool

Serialize() public method

public Serialize ( Node node ) : void
node Node
return void

Serializer() public method

public Serializer ( Emitter emitter, YamlOptions opts ) : System
emitter Emitter
opts YamlOptions
return System

Serializer() public method

public Serializer ( TextWriter writer, YamlOptions opts ) : System
writer System.IO.TextWriter
opts YamlOptions
return System