C# Class Signum.React.Json.JsonSerializerExtensions

Afficher le fichier Open project: signumsoftware/framework Class Usage Examples

Méthodes publiques

Méthode Description
Assert ( this reader, JsonToken expected ) : void
DeserializeValue ( this serializer, JsonReader reader, Type valueType, object oldValue ) : object
SetCurrentPropertyRoute ( PropertyRoute route ) : IDisposable

Method Details

Assert() public static méthode

public static Assert ( this reader, JsonToken expected ) : void
reader this
expected JsonToken
Résultat void

DeserializeValue() public static méthode

public static DeserializeValue ( this serializer, JsonReader reader, Type valueType, object oldValue ) : object
serializer this
reader Newtonsoft.Json.JsonReader
valueType System.Type
oldValue object
Résultat object

SetCurrentPropertyRoute() public static méthode

public static SetCurrentPropertyRoute ( PropertyRoute route ) : IDisposable
route PropertyRoute
Résultat IDisposable