C# Class RDFSharp.Store.RDFTriX

RDFTriX is responsible for managing serialization to and from TriX data format.
显示文件 Open project: mdesalvo/RDFSharp Class Usage Examples

Private Methods

Method Description
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.