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

Contract details for a Type used by the JsonSerializer.
파일 보기 프로젝트 열기: JamesNK/Newtonsoft.Json 1 사용 예제들

Private Properties

프로퍼티 타입 설명
CreateSerializationCallback SerializationCallback
CreateSerializationErrorCallback SerializationErrorCallback
InvokeOnDeserialized void
InvokeOnDeserializing void
InvokeOnError void
InvokeOnSerialized void
InvokeOnSerializing void
JsonContract System

비공개 메소드들

메소드 설명
CreateSerializationCallback ( MethodInfo callbackMethodInfo ) : SerializationCallback
CreateSerializationErrorCallback ( MethodInfo callbackMethodInfo ) : SerializationErrorCallback
InvokeOnDeserialized ( object o, StreamingContext context ) : void
InvokeOnDeserializing ( object o, StreamingContext context ) : void
InvokeOnError ( object o, StreamingContext context, Newtonsoft.Json.Serialization.ErrorContext errorContext ) : void
InvokeOnSerialized ( object o, StreamingContext context ) : void
InvokeOnSerializing ( object o, StreamingContext context ) : void
JsonContract ( Type underlyingType ) : System