C# Class Signum.React.Json.JsonSerializerExtensions

Mostra file Open project: signumsoftware/framework Class Usage Examples

Public Methods

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

public static Assert ( this reader, JsonToken expected ) : void
reader this
expected JsonToken
return void

DeserializeValue() public static method

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

SetCurrentPropertyRoute() public static method

public static SetCurrentPropertyRoute ( PropertyRoute route ) : IDisposable
route PropertyRoute
return IDisposable