Base64UrlConverter.ReadJson Method (JsonReader, Type, Object, JsonSerializer)
Reads a JSON object.
Namespace: Microsoft.Azure.KeyVault.WebKey.Json
Assembly: Microsoft.Azure.KeyVault (in Microsoft.Azure.KeyVault.dll)
Syntax
public override object ReadJson(
JsonReader reader,
Type objectType,
object existingValue,
JsonSerializer serializer
)
public:
virtual Object^ ReadJson(
JsonReader^ reader,
Type^ objectType,
Object^ existingValue,
JsonSerializer^ serializer
) override
override ReadJson :
reader:JsonReader *
objectType:Type *
existingValue:Object *
serializer:JsonSerializer -> Object
Public Overrides Function ReadJson (
reader As JsonReader,
objectType As Type,
existingValue As Object,
serializer As JsonSerializer
) As Object
Parameters
reader
Type: Newtonsoft.Json.JsonReaderThe JSON reader.
objectType
Type: System.TypeThe type of the object.
existingValue
Type: System.ObjectThe existing value.
serializer
Type: Newtonsoft.Json.JsonSerializerThe JSON serializer.
Return Value
Type: System.Object
The read JSON object.
See Also
Base64UrlConverter Class
Microsoft.Azure.KeyVault.WebKey.Json Namespace
Return to top