Method signature for taking a property name and JSON value and assigning it to an object. More...
Public Member Functions | |
void | invoke (T target, String name, String valueJson) |
Method signature for taking a property name and JSON value and assigning it to an object.
T | The type of the object to deserialize. |
target | The object being deserialized. |
name | The name of the property to assign. |
valueJson | The value of the property to assign in JSON format. |
void fm.liveswitch.DeserializeCallback< T >.invoke | ( | T | target, |
String | name, | ||
String | valueJson | ||
) |