[android-developers] Serializable subclass of non-serializable class

2011-10-05 Thread Jean-Michel
Hi there, I am hitting a brickwall with serialization of a subclass of Location (probably more a Java question actuall, but let's try anyway). Location is not serializable. I have a first subclass called FALocation that does not have any instance variables. I have declared it serializable. Then I

Re: [android-developers] Serializable subclass of non-serializable class

2011-10-05 Thread Daniel Drozdzewski
On 5 October 2011 15:09, Jean-Michel wrote: > Hi there, > I am hitting a brickwall with serialization of a subclass of Location > (probably more a Java question actuall, but let's try anyway). > > Location is not serializable. > I have a first subclass called FALocation that does not have any > in