RestoreStateFromJson Method (JsonRestoreHelper)
In This Topic
Restore the states from the json string.
Syntax
'Declaration
Public Shared Sub RestoreStateFromJson( _
ByVal As System.Object, _
ByVal As System.Object _
)
public static void RestoreStateFromJson(
System.object ,
System.object
)
Parameters
- instance
- The instance whose properties need be resored.
- state
- The state which is parsed from the json string.
See Also