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.
PropertyValues class
-
All the objects involved with the PropertyValues class at come point implement the Serializable interface, but the PropertyValues class itself does not implement Serializable. Is this just an oversight? I modified it on my local copy, and there does not seem to be any issue with serialization for this class.
-
Same also for the PropertyReference class
-
There shouldn't be an issue. These classes were not included because they are conveniences classes for BACnet4J, not imposed by the BACnet spec. I've checked in versions that implement Serializable into the CVS repo.
-
Awesome :D