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

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

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

Метод Описание
Deserialize ( Stream inputStream ) : RDFMemoryStore

Deserializes the given TriX stream to a memory store.

Deserialize ( String filepath ) : RDFMemoryStore

Deserializes the given TriX filepath to a memory store.

Serialize ( RDFStore store, Stream outputStream ) : void

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

Serialize ( RDFStore store, String filepath ) : void

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