On 18/03/2011 15:29, Jeff Schnitzer wrote:
I normally don't do this but... if you're using Objectify, it's just:
@Serialized
private List<byte[]> attachments;
Jeff
... and for comparison, with Twig you use its type converter system to
tell it to store the whole list as a single blob:
@Type(Blob.class)
private List<byte[]> attachments;
John
--
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 [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/google-appengine-java?hl=en.