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