Closed GoogleCodeExporter closed 9 years ago
Since you are deserializing to an ArrayList there is no type information to
tell it
that it's a date so it uses the default which would be a string for a quoted
value.
How complicated is the data structure could you deserialize to a strongly typed
class?
Original comment by elliott....@gmail.com
on 5 Aug 2009 at 3:33
I don't believe I could deserialize to a strongly typed class because the
information that I am storing in the hash table may contain anything.
(integers,
strings, dates) There is no guerentee that there is a date in the arraylist.
It is
basically key values for a datatable. Thanks for the help.
Original comment by KyleLeMa...@gmail.com
on 5 Aug 2009 at 5:34
Original comment by elliott....@gmail.com
on 26 Sep 2009 at 2:19
Original issue reported on code.google.com by
KyleLeMa...@gmail.com
on 5 Aug 2009 at 2:36