C# 클래스 Jayrock.Json.Conversion.ObjectSurrogateConstructor

상속: IObjectConstructor
파일 보기 프로젝트 열기: atifaziz/Jayrock

공개 메소드들

메소드 설명
CreateObject ( Jayrock.Json.Conversion.ImportContext context, JsonReader reader ) : ObjectConstructionResult
ObjectSurrogateConstructor ( Type surrogateType ) : System

메소드 상세

CreateObject() 공개 메소드

public CreateObject ( Jayrock.Json.Conversion.ImportContext context, JsonReader reader ) : ObjectConstructionResult
context Jayrock.Json.Conversion.ImportContext
reader JsonReader
리턴 ObjectConstructionResult

ObjectSurrogateConstructor() 공개 메소드

public ObjectSurrogateConstructor ( Type surrogateType ) : System
surrogateType System.Type
리턴 System