Serialization
-
Hello,
I use the bacnet4J but i have a problem:
When i try to drag a RemoteDevice from a Jtree to a JTable i have a NotSerializableException
java.io.NotSerializableException: com.serotonin.bacnet4j.RemoteDevice
I have serialize this classe and all the member for make a new jar but I think that some classes in seroUtils.jar are not serialize and i have not the source code.
A jar version of bacnet4j and seroUtils with serialized classes exist?
Sorry if my english is not well !
-
I've added serialization to all of the appropriate classes (except - perhaps conspicuously - LocalDevice). Changes have been checked into CVS. There shouldn't be any changes required in seroUtils. Let me know if this helps.
-
Thank you !
it's work !