C# Class Hypermedia.Json.JsonConverterFactory

Inheritance: IJsonConverterFactory
Afficher le fichier Open project: cosullivan/Hypermedia Class Usage Examples

Méthodes publiques

Méthode Description
CreateInstance ( Type type ) : IJsonConverter

Create an instance of the JSON converter for the given type.

This will always ensure that a converter is returned.

JsonConverterFactory ( ) : System

Constructor.

Private Methods

Méthode Description
DiscoverConverter ( Type type ) : IJsonConverter

Discover the converter from the given type.

Method Details

CreateInstance() public méthode

Create an instance of the JSON converter for the given type.
This will always ensure that a converter is returned.
public CreateInstance ( Type type ) : IJsonConverter
type System.Type The type to create the converter for.
Résultat IJsonConverter

JsonConverterFactory() public méthode

Constructor.
public JsonConverterFactory ( ) : System
Résultat System