C# Class RDFSharp.Model.RDFTriX

RDFTriX is responsible for managing serialization to and from TriX data format.
Show file Open project: mdesalvo/RDFSharp Class Usage Examples

Private Methods

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