The class WeeklyAppointmentData does not appear to implement IsSerializable. That's in the first line of the error stack trace.
--- On Wed, 3/18/09, Alejandro D. Garin <
> From: Alejandro D. Garin <
aga...@gmail.com>
> Subject: SerializationException when serialize a HashMap over RPC
> To:
Google-We...@googlegroups.com
> Date: Wednesday, March 18, 2009, 5:13 PM
> Hello,
>
> I can't serialize a HashMap and I don't understand
> why. Could you help me
> please?
> If I remove the following hashMap the RPC work just fine:
>
> private
> Map<DayHourCoordenate,List<Appointment>> mapData
> = new
> HashMap<DayHourCoordenate,List<Appointment>>();
>