WorkflowStateConverter.ReadJson Method

Reads the JSON representation of the object.
Public Overrides Function ReadJson( _ 
ByVal reader As JsonReader, _ 
ByVal objectType As Type, _ 
ByVal existingValue As Object, _ 
ByVal serializer As JsonSerializer
) As Object
This language is not supported or no code example is available.
public override object ReadJson( 
JsonReader reader
Type objectType
object existingValue
JsonSerializer serializer 
)
This language is not supported or no code example is available.
public:  
object^ ReadJson( 
JsonReader^ reader
Type^ objectType
object^ existingValue
JsonSerializer^ serializer 
)
This language is not supported or no code example is available.
public function ReadJson( 
reader : JsonReader
objectType : Type
existingValue : object
serializer : JsonSerializer 
) : object;
This language is not supported or no code example is available.

Parameters

reader
JsonReader

The JsonReader to read from.

objectType
Type

Type of the object.

existingValue
object

The existing value of object being read.

serializer
JsonSerializer

The calling serializer.

Return Value

object

The object value.

.NET Framework

Supported in: 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1

In this article

Definition