\r\n

51Degrees Pipeline .NET  4.1Newer Version 4.4

51Degrees Pipeline for .NET

FiftyOne.Pipeline.Engines.Data.Readers.JsonLoader< T > Class Template Reference

Detailed Description

JSON implementation of IDataLoader.

This deserializes the data from a JSON file to the type T.

Template Parameters
T -

Inheritance diagram for FiftyOne.Pipeline.Engines.Data.Readers.JsonLoader< T >:

[legend]

Collaboration diagram for FiftyOne.Pipeline.Engines.Data.Readers.JsonLoader< T >:

[legend]

Public Member Functions

T  LoadData (string filePath)
Load a new instance of T using the data in the file provided. More...
T  LoadData (byte[] data)
Load a new instance of T using the binary data provided. More...

Member Function Documentation