C# 클래스 RDFSharp.Model.RDFTriX

RDFTriX is responsible for managing serialization to and from TriX data format.
파일 보기 프로젝트 열기: mdesalvo/RDFSharp 1 사용 예제들

비공개 메소드들

메소드 설명
Deserialize ( Stream inputStream ) : RDFGraph

Deserializes the given TriX stream to a graph.

Deserialize ( String filepath ) : RDFGraph

Deserializes the given TriX filepath to a graph.

Serialize ( RDFGraph graph, Stream outputStream ) : void

Serializes the given graph to the given stream using TriX data format.

Serialize ( RDFGraph graph, String filepath ) : void

Serializes the given graph to the given filepath using TriX data format.