C# 클래스 Nyaml.Serializer

파일 보기 프로젝트 열기: yaml/Nyaml

공개 메소드들

메소드 설명
Close ( ) : void
Open ( ) : void
Serialize ( Nodes node ) : void
Serializer ( Action emit, Schemas schema = null ) : System

비공개 메소드들

메소드 설명
AnchorNode ( Nodes node ) : void
GenerateAnchor ( ) : string
SerializeMapping ( Nodes mapping, bool isImplicit ) : void
SerializeNode ( Nodes node ) : void
SerializeNode ( Nodes node, System.Action descend ) : void
SerializeNode ( Nodes node, Nodes parent, Nodes key ) : void
SerializeNode ( Nodes node, Nodes parent, int index ) : void
SerializeScalar ( Nodes scalar, ScalarImplicitLevel implicitLevel ) : void
SerializeSequence ( Nodes sequence, bool isImplicit ) : void

메소드 상세

Close() 공개 메소드

public Close ( ) : void
리턴 void

Open() 공개 메소드

public Open ( ) : void
리턴 void

Serialize() 공개 메소드

public Serialize ( Nodes node ) : void
node Nodes
리턴 void

Serializer() 공개 메소드

public Serializer ( Action emit, Schemas schema = null ) : System
emit Action
schema Schemas
리턴 System