Layers and SerializationSerializable interface has no methods as far as i know.what he needs to do is just BasicI18n implements Serializable and this is it.no need to define any method.
----- Original Message -----
From: Klawetter, DG Darol (6274) _at_ IS
To: 'Lepkowski, Thomas M., CTR, OSD-PA&E' ; 'openmap-users_at_bbn.com'
Sent: Friday, July 08, 2005 8:35 PM
Subject: RE: [OpenMap Users] Layers and Serialization
It would appear that there are objects in this class that aren't serializable. The exeception error should tell you which class caused the error. You can derive your own class from the BasicI18n class and add readObject and writeObject (part of the Serializable interface) member functions to it and add your own code to these functions to serialize the class members.
-----Original Message-----
From: owner-openmap-users_at_bbn.com [mailto:owner-openmap-users_at_bbn.com]On Behalf Of Lepkowski, Thomas M., CTR, OSD-PA&E
Sent: Friday, July 08, 2005 11:40 AM
To: 'openmap-users_at_bbn.com'
Subject: [OpenMap Users] Layers and Serialization
Classification: UNCLASSIFIED
Hello,
Anybody out there have experience writing a Layer object out to disk? So far in our experiments we're getting
java.io.NotSerializableException: com.bbn.openmap.BasicI18n
Any thoughts on what to do about the com.bbn.openmap.BasicI18n class?
Thanks in advance
-Tom
--
[To unsubscribe to this list send an email to "majdart_at_bbn.com"
with the following text in the BODY of the message "unsubscribe openmap-users"]
Received on Sat Jul 09 2005 - 01:26:18 EDT