fm.liveswitch.SerializeCallback< T > Class Template Reference

Method signature for storing property values in JSON format in a hashtable. More...

Public Member Functions

void invoke (T source, java.util.HashMap< String, String > jsonObject)
 

Detailed Description

Method signature for storing property values in JSON format in a hashtable.

Template Parameters
TThe type of the object to serialize.
Parameters
sourceThe object being serialized.
jsonObjectThe hashtable of property names to JSON values.

Member Function Documentation

◆ invoke()

void fm.liveswitch.SerializeCallback< T >.invoke ( source,
java.util.HashMap< String, String >  jsonObject 
)