[Tinyos-help] net.tinyos.message.Message not Serializable?
Andy Dalton
andy.dalton at gmail.com
Tue Oct 23 12:49:01 PDT 2007
Hi all,
I'm interesting in downloading some data from a mote with a Java
application using 'mig'-generated classes. I'd like to be able to
write the retrieved data to disk for later analysis using Java's
serialization mechanism; however, I find that the provided base class,
'net.tinyos.message.Message', does not implement java.io.Serializable.
Is there any reason why 'Message' should not implement Serializable?
I could easily make the change locally, but it would be nice if I
could eventually share my tool without having to include a modified
version of Message.
Thanks!
Andy Dalton
More information about the Tinyos-help
mailing list