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) |
Method signature for storing property values in JSON format in a hashtable.
T | The type of the object to serialize. |
source | The object being serialized. |
jsonObject | The hashtable of property names to JSON values. |
void fm.liveswitch.SerializeCallback< T >.invoke | ( | T | source, |
java.util.HashMap< String, String > | jsonObject | ||
) |