On Tue, 20 Jul 2010, Greg Brown wrote:
That check has been eliminated in 2.0. But I don't recommend implementing Dictionary in your Component subclass. That will cause all BXML attributes to be processed via the dictionary methods rather than BeanAdapter. OTOH, maybe that is the behavior you want.
Not really. I want to use a custom adapter, but I didn't want to go mucking around in the serializer. Implementing Dictionary seemed like the path of least resistance.
Michael
