fm.liveswitch.DeserializeCallback< T > Class Template Reference

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)
 

Detailed Description

Method signature for taking a property name and JSON value and assigning it to an object.

Template Parameters
TThe type of the object to deserialize.
Parameters
targetThe object being deserialized.
nameThe name of the property to assign.
valueJsonThe value of the property to assign in JSON format.

Member Function Documentation

◆ invoke()

void fm.liveswitch.DeserializeCallback< T >.invoke ( target,
String  name,
String  valueJson 
)