[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.

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 prot