C# 클래스 VDS.RDF.Writing.JsonLdWriter

상속: IRdfWriter
파일 보기 프로젝트 열기: alien-mcl/URSA

공개 메소드들

메소드 설명
JsonLdWriter ( ) : JsonLD.Core

Initializes a new instance of the JsonLdWriter class.

JsonLdWriter ( string context ) : JsonLD.Core

Initializes a new instance of the JsonLdWriter class.

Save ( IGraph graph, TextWriter output ) : void
Save ( IGraph graph, string filename ) : void

비공개 메소드들

메소드 설명
GetLists ( IGraph graph ) : List>.IDictionary
IsListNode ( INode subject, IGraph graph ) : bool
MakeExpandedForm ( IGraph graph ) : JToken
MakeList ( List nodes = null ) : JToken
MakeLiteralObject ( ILiteralNode node ) : Newtonsoft.Json.Linq.JObject
MakeObject ( INode node ) : JToken

메소드 상세

JsonLdWriter() 공개 메소드

Initializes a new instance of the JsonLdWriter class.
public JsonLdWriter ( ) : JsonLD.Core
리턴 JsonLD.Core

JsonLdWriter() 공개 메소드

Initializes a new instance of the JsonLdWriter class.
public JsonLdWriter ( string context ) : JsonLD.Core
context string Optional JSON-LD context to use for serialization.
리턴 JsonLD.Core

Save() 공개 메소드

public Save ( IGraph graph, TextWriter output ) : void
graph IGraph
output System.IO.TextWriter
리턴 void

Save() 공개 메소드

public Save ( IGraph graph, string filename ) : void
graph IGraph
filename string
리턴 void