47 /// Reads the JSON representation of the object.
48 /// </summary>
49 /// <param name="reader">The <see cref="T:Newtonsoft.Json.JsonReader"/> to read from.</param><param name="objectType">Type of the object.</param><param name="existingValue">The existing value of object being read.</param><param name="serializer">The calling serializer.</param>
50 /// <returns>
51 /// The object value.
52 /// </returns>
53publicoverrideobjectReadJson(JsonReader reader, Type objectType, object existingValue, JsonSerializer serializer)