Reads the JSON representation of the object.
Namespace:
Aurigma.DesignAtoms.Serialization
Assembly:
Aurigma.DesignAtoms (in Aurigma.DesignAtoms.dll)
public override Object ReadJson( JsonReader reader, Type objectType, Object existingValue, JsonSerializer topSerializer )
Type: JsonReader
The JsonReader to read from.Type: System.Type
Type of the object.Type: System.Object
The existing value of object being read.Type: JsonSerializer