C# Class Hypermedia.Json.JsonSerializer.Serializer

Inheritance: IJsonSerializer
Datei anzeigen Open project: cosullivan/Hypermedia

Public Methods

Method Description
SerializeValue ( object value ) : JsonLite.Ast.JsonValue

Serialize an inline object.

Serializer ( IJsonConverterFactory jsonConverterFactory, IFieldNamingStrategy fieldNamingStrategy ) : System

Constructor.

Private Methods

Method Description
IJsonSerializer ( Type type, JsonLite.Ast.JsonValue jsonValue ) : object

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

Method Details

SerializeValue() public method

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

Serializer() public method

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