Closed GoogleCodeExporter closed 9 years ago
Some useful converters should be provided with the library. One example would
be a
DictionaryToListConverter. Useful in a situation where a dictionary of objects
uses
a key that is a property of the value object. On serialization the Values
collection
of the Dictionary would be returned as the Converted object. Upon
deserialization, a
key property is specified and that value is read from the objects coming in and
used
to construct the dictionary instance to be returned.
Original comment by elliott....@gmail.com
on 6 Jun 2007 at 2:31
Original comment by elliott....@gmail.com
on 16 Jun 2007 at 8:09
Supplying multiple convert attributes to create a chained converter turned out
to not
be feasible since Attributes are returned through reflection in an unspecified
order.
Since a chained converter would depend on the order to work correctly, it couldn't
be done in this way.
Original comment by elliott....@gmail.com
on 1 Aug 2007 at 7:57
Original comment by elliott....@gmail.com
on 10 Jul 2008 at 5:01
Original issue reported on code.google.com by
elliott....@gmail.com
on 6 Jun 2007 at 2:28