Re: List Serialization Error

2009-10-02 Thread The Coder
nt.blogspot.com/2009/04/nullpointerexception.html > > > > On Thu, Oct 1, 2009 at 11:56 AM, The Coder wrote: > > > I have two Entities. Car and Person. Car have aListof Person. Its > > just for example the problem. Well, we have it: > > > -- > >

List Serialization Error

2009-10-01 Thread The Coder
I have two Entities. Car and Person. Car have a List of Person. Its just for example the problem. Well, we have it: -- package br.com.oxylabtech.client.model; public class Car implements IsSerializable { // Attributes private String name; private String type; pr