C# 클래스 Newtonsoft.Json.Serialization.JsonSerializerInternalBase

파일 보기 프로젝트 열기: runegri/Applicable 1 사용 예제들

Private Properties

프로퍼티 타입 설명

보호된 메소드들

메소드 설명
ClearErrorContext ( ) : void
GetErrorContext ( object currentObject, object member, Exception error ) : Newtonsoft.Json.Serialization.ErrorContext
IsErrorHandled ( object currentObject, JsonContract contract, object keyValue, Exception ex ) : bool
JsonSerializerInternalBase ( JsonSerializer serializer ) : System

메소드 상세

ClearErrorContext() 보호된 메소드

protected ClearErrorContext ( ) : void
리턴 void

GetErrorContext() 보호된 메소드

protected GetErrorContext ( object currentObject, object member, Exception error ) : Newtonsoft.Json.Serialization.ErrorContext
currentObject object
member object
error System.Exception
리턴 Newtonsoft.Json.Serialization.ErrorContext

IsErrorHandled() 보호된 메소드

protected IsErrorHandled ( object currentObject, JsonContract contract, object keyValue, Exception ex ) : bool
currentObject object
contract JsonContract
keyValue object
ex System.Exception
리턴 bool

JsonSerializerInternalBase() 보호된 메소드

protected JsonSerializerInternalBase ( JsonSerializer serializer ) : System
serializer JsonSerializer
리턴 System