C# 클래스 Hypermedia.Json.JsonSerializer.Serializer

상속: IJsonSerializer
파일 보기 프로젝트 열기: cosullivan/Hypermedia

공개 메소드들

메소드 설명
SerializeValue ( object value ) : JsonLite.Ast.JsonValue

Serialize an inline object.

Serializer ( IJsonConverterFactory jsonConverterFactory, IFieldNamingStrategy fieldNamingStrategy ) : System

Constructor.

비공개 메소드들

메소드 설명
IJsonSerializer ( Type type, JsonLite.Ast.JsonValue jsonValue ) : object

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

메소드 상세

SerializeValue() 공개 메소드

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

Serializer() 공개 메소드

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