Method | Description | |
---|---|---|
ReadGraph ( this reader ) : INode | ||
ReadGraph ( this reader, ITypeResolver typeResolver ) : INode | ||
Serialize ( this root, IGraphWriter writer ) : void | ||
TraverseBreadthFirst ( this root ) : IEnumerable |
||
TraverseDepthFirst ( this root ) : IEnumerable |
public static ReadGraph ( this reader ) : INode | ||
reader | this | |
return | INode |
public static ReadGraph ( this reader, ITypeResolver typeResolver ) : INode | ||
reader | this | |
typeResolver | ITypeResolver | |
return | INode |
public static Serialize ( this root, IGraphWriter writer ) : void | ||
root | this | |
writer | IGraphWriter | |
return | void |
public static TraverseBreadthFirst ( this root ) : IEnumerable |
||
root | this | |
return | IEnumerable |
public static TraverseDepthFirst ( this root ) : IEnumerable |
||
root | this | |
return | IEnumerable |