[appengine-java] Low-level API: EntityTranslator and DataTypeTranslator

2010-10-26 Thread dominity
Hi, guys.

Is there any information of how could I use these classes in my code?

Best regards, Alexander.

-- 
You received this message because you are subscribed to the Google Groups 
Google App Engine for Java group.
To post to this group, send email to google-appengine-j...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.



Re: [appengine-java] Low-level API: EntityTranslator and DataTypeTranslator

2010-10-26 Thread John Patterson
These are unpublished classes so you should use them at your own  
risk.  They may change in a future release in which case you will get  
NoSuchMethodError exceptions thrown.


You can see how Twig uses them in AyncDatastoreHelper to implement  
async datastore commands.  Twigs implementation protects against  
changes to these classes by capturing errors and retrying the normal  
synchronous commands instead.  So if there are any problems due to  
server side upgrades Twig drops back to normal speed operations that  
are run serially rather than in parallel.


John

On 26 Oct 2010, at 18:02, dominity wrote:


Hi, guys.

Is there any information of how could I use these classes in my code?

Best regards, Alexander.

--
You received this message because you are subscribed to the Google  
Groups Google App Engine for Java group.
To post to this group, send email to google-appengine-java@googlegroups.com 
.
To unsubscribe from this group, send email to google-appengine-java+unsubscr...@googlegroups.com 
.
For more options, visit this group at http://groups.google.com/group/google-appengine-java?hl=en 
.


--
You received this message because you are subscribed to the Google Groups Google 
App Engine for Java group.
To post to this group, send email to google-appengine-j...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.