C# Class Hypermedia.Json.JsonSerializer.Serializer

Inheritance: IJsonSerializer
Afficher le fichier Open project: cosullivan/Hypermedia

Méthodes publiques

Méthode Description
SerializeValue ( object value ) : JsonLite.Ast.JsonValue

Serialize an inline object.

Serializer ( IJsonConverterFactory jsonConverterFactory, IFieldNamingStrategy fieldNamingStrategy ) : System

Constructor.

Private Methods

Méthode Description
IJsonSerializer ( Type type, JsonLite.Ast.JsonValue jsonValue ) : object

Deserialize the given JSON value according to the specified CLR type.

Method Details

SerializeValue() public méthode

Serialize an inline object.
public SerializeValue ( object value ) : JsonLite.Ast.JsonValue
value object The value to serialization inline.
Résultat JsonLite.Ast.JsonValue

Serializer() public méthode

Constructor.
public Serializer ( IJsonConverterFactory jsonConverterFactory, IFieldNamingStrategy fieldNamingStrategy ) : System
jsonConverterFactory IJsonConverterFactory The JSON converter factory.
fieldNamingStrategy IFieldNamingStrategy The field naming strategy.
Résultat System