[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Doubts........



Priyaa wrote:
> 
> Hello Mr.Falko,
> 
> I have inserted an object in the Database.  The root of my object is like a
> Map(but it is a
> 
> user defined object).  whenever i try to retrive the data or open this Map,
> i get the
> 
> following error.
> i have also set the serialVersionUID to 1L as specified in your examples.,
> but still i get
> 
> the following error:
> 
> org.ozoneDB.UnexpectedException: java.io.WriteAbortedException: Writing
> aborted by ex
> ception; java.io.NotSerializableException:
> com.odi.util.OSHashtableCollectionView
I would guess that this class is not serializable.
Eric