[java-dev] find a non-serializable class/object
Owen Green
owen at owengreen.net
Sun Jan 6 14:36:56 MST 2008
- Previous message: [java-dev] find a non-serializable class/object
- Next message: [java-dev] Re: find a non-serializable class/object
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Doesn't it say in the stack trace? -- O jbmaxwell wrote: > I'm wondering if there's any way of tracking down the specific object > that's causing a NotSerializableException? I have a fairly complex > object that I'm trying to write to disk, and I keep getting this > exception. I've checked all of my class files, and they all implement > Serializable. If I could at least find out which object is failing, > maybe I could figure out what's wrong. > > Any thoughts appreciated. > > thanks, > > J. _______________________________________________ java-dev mailing > list java-dev at cycling74.com > http://www.cycling74.com/mailman/listinfo/java-dev >
- Previous message: [java-dev] find a non-serializable class/object
- Next message: [java-dev] Re: find a non-serializable class/object
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
