I've read that too, but I've been using JDO on AppEngine for a year
now and my properties that are Lists have maintained their order and I
have not seem them deviate, but I have read that warning in the docs
so I don't know if this can be guaranteed. Sets however by their very
nature have no ordering and can change.

On Nov 15, 7:21 am, Maxim Veksler <[email protected]> wrote:
> Hello,
>
> We are using the low level API, it unclear from the documentation if the
> sort order is maintained in list properties?
>
> So for example, if I serialize int[] intArray = { 1, 2, 3}, can I always
> expect to receive back {1 , 2, 3} or is it possible that the order will be
> randomized?
>
> Thank you,
> Maxim.

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

Reply via email to