Not Serializable Exception
Steps
- Create hash map using DBMaker
- Put any serialized object into hash map
- Call commit on DB.
Error: Caused by: java.io.NotSerializableException: sun.nio.ch.FileChannelImpl at org.apache.jdbm.SerialClassInfo.assertClassSerializable(SerialClassInfo.java:327)
Can you please help.
You have to implement Serializable interface.
Connected by MOTOBLUR™
-----Original message----- From: expertise [email protected] To: jankotek/JDBM3 [email protected] Sent: Thu, 29 Nov 2012, 11:40:35 GMT Subject: [JDBM3] Not Serializable Exception (#100)
Steps
- Create hash map using DBMaker
- Put any serialized object into hash map
- Call commit on DB.
Error: Caused by: java.io.NotSerializableException: sun.nio.ch.FileChannelImpl at org.apache.jdbm.SerialClassInfo.assertClassSerializable(SerialClassInfo.java:327)
Can you please help.
Reply to this email directly or view it on GitHub: https://github.com/jankotek/JDBM3/issues/100