You are here: Symbol Reference > Stimulsoft.Base.Json.Converters Namespace > JavaScriptDateTimeConverter Class > JavaScriptDateTimeConverter Methods > ReadJson Method
Stimulsoft Reports Class Reference
ContentsIndexHome
PreviousUpNext
JavaScriptDateTimeConverter.ReadJson Method

Reads the JSON representation of the object.

Syntax
C++
C#
Visual Basic
public: object ReadJson( JsonReader reader, Type objectType, object existingValue, JsonSerializer serializer );
Parameters
Parameters 
Description 
reader 
The JsonReader to read from. 
objectType 
Type of the object. 
existingValue 
The existing property value of the JSON that is being converted. 
serializer 
The calling serializer. 
Returns

The object value.

Made with Doc-O-Matic.
What do you think about this topic? Send feedback!
Copyright (c) 2017. All rights reserved.