ObjectOutputStream.writeObject(Hashtable) ?# Java - 爪哇娇娃
b*d
1 楼
when I use writeObject(Hashtable) or writeObject(HashSet),
there is always a "java.io.NotSerializableException: ASNode",
where "ASNode" is the class inserted in the hashtable. ASNode itself
is not serialized.
anyone knows how to solve it?
THanks a lot.
there is always a "java.io.NotSerializableException: ASNode",
where "ASNode" is the class inserted in the hashtable. ASNode itself
is not serialized.
anyone knows how to solve it?
THanks a lot.