C# Class Newtonsoft.Json.Serialization.JsonSerializerInternalBase

Afficher le fichier Open project: runegri/Applicable Class Usage Examples

Private Properties

Свойство Type Description

Méthodes protégées

Méthode 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 méthode

protected ClearErrorContext ( ) : void
Résultat void

GetErrorContext() protected méthode

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

IsErrorHandled() protected méthode

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

JsonSerializerInternalBase() protected méthode

protected JsonSerializerInternalBase ( JsonSerializer serializer ) : System
serializer JsonSerializer
Résultat System