Hi,
Jairo de Almeida wrote:
> Hi, i need to use XStrem api in my appengine project, my question is, Why
> show access danied in SerilizeExeptiom mens and how can i use this
> permission to marshalling my pojos using Xstrem api?
1/ I have no experience with AppEngine myself
2/ You cannot use XStream for GAE client side
3/ AppEngine comes with an active SecurityManager that prohibits some calls
in a Java application and it is *not* possible to circumvent the
SecurityManager. Which calls will work differs with the AppEngine version.
Typically you will not be able to use converters based on reflection or Java
serialization. You can overload the setupConverter method and register a
minimal set of default converters for the standard types and for your
complex types your only on the safe side if you use custom converters (see
converter tutorial).
Regards,
Jörg
---------------------------------------------------------------------
To unsubscribe from this list, please visit:
http://xircles.codehaus.org/manage_email