gae-2.0.1 has Jackson 1.4 which will not AutoDetect Fields of any kind.  This 
makes it difficult to serialize classes like Objectify's Key which does not 
have public setters.  The current Jackson is 1.6 which is subsequent to 1.5 
when they introduced much more control over AutoDetection.  I tried just 
including the 1.6 jars but had the same result.  Jackson annotations are of no 
help here because I am trying to serialize classes that are not my own.

What do I need to do to get JSON Field AutoDetection to work?

But my larger question is, how is one supposed to configure extensions like 
Jackson from within the Application?  For instance getting ahold of the 
ObjectMapper instance which is how Jackson is configured.  Write your own 
extension?

Thanks, scott

------------------------------------------------------
http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=2672387

Reply via email to