C# Class IronRuby.StandardLibrary.Yaml.Serializer

Afficher le fichier Open project: jschementi/iron Class Usage Examples

Méthodes publiques

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

Méthodes protégées

Méthode Description
IgnoreAnchor ( Node node ) : bool

Private Methods

Méthode Description
AnchorNode ( Node node ) : void
GenerateAnchor ( Node node ) : string
SerializeNode ( Node node, Node parent, object index ) : void

Method Details

Close() public méthode

public Close ( ) : void
Résultat void

IgnoreAnchor() protected méthode

protected IgnoreAnchor ( Node node ) : bool
node Node
Résultat bool

Serialize() public méthode

public Serialize ( Node node ) : void
node Node
Résultat void

Serializer() public méthode

public Serializer ( Emitter emitter, YamlOptions opts ) : System
emitter Emitter
opts YamlOptions
Résultat System

Serializer() public méthode

public Serializer ( TextWriter writer, YamlOptions opts ) : System
writer System.IO.TextWriter
opts YamlOptions
Résultat System