Is there a JSON library that can serialize Proxy objects? Is there a JSON library that can serialize Proxy objects? json json

Is there a JSON library that can serialize Proxy objects?


Flex JSON should work - it will use the bean property introspector to pull the object, and I assume the proxy class implements those properly.