C# Class Newtonsoft.Json.Serialization.JsonSerializerInternalBase

Show file Open project: runegri/Applicable Class Usage Examples

Private Properties

Property Type Description

Protected Methods

Method Description
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

Method Details

ClearErrorContext() protected method

protected ClearErrorContext ( ) : void
return void

GetErrorContext() protected method

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

IsErrorHandled() protected method

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

JsonSerializerInternalBase() protected method

protected JsonSerializerInternalBase ( JsonSerializer serializer ) : System
serializer JsonSerializer
return System