On 2/22/16, 3:26 AM, "Mihai Chira" <mihai.ch...@gmail.com> wrote:
>For XML and ObjectProxy - true, and for Proxy - false, according to >the new unit tests I just committed. Does that look all right? I've >never used the Proxy class, and although in the docs it looks like >it's not marked as dynamic (as opposed to ObjectProxy, which is), it >does provide some pretty dynamic functionality... Right, that's the question. You can often add arbitrary properties to a Proxy. But I think I just learned that Proxy is essentially an Abstract class and any subclass of it must be marked Dynamic so I think you are ok here. Thanks for checking, -Alex