Please Note This forum exists for community support for the Mango product family and the Radix IoT Platform. Although Radix IoT employees participate in this forum from time to time, there is no guarantee of a response to anything posted here, nor can Radix IoT, LLC guarantee the accuracy of any information expressed or conveyed. Specific project questions from customers with active support contracts are asked to send requests to support@radixiot.com.
Calling super.jsonSerialize(...)?
-
Hi,
must one call Calling super.jsonSerialize(...) or is this done by SeroUtils.jar in the same way as for writeObject(...)?
Arne
-
Sorry,
call super (as seen in the code...).
What is the JsonReader in jsonDeserialize(...) for?
Arne
-
Yes, you must explicitly call super for the serialization to work properly.
The JsonReader provide access to some useful utilities that you may or may not need. Some code needs it, so it's there.