C# Класс RDFSharp.Model.RDFTriX

RDFTriX is responsible for managing serialization to and from TriX data format.
Показать файл Открыть проект Примеры использования класса

Приватные методы

Метод Описание
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.