Re: [appengine-java] KeyFactory.keyToString format?

2010-01-25 Thread Max Ross (Google)
Today our implementation is consistent with that assumption but in the
future it may not be.  KeyFactory.stringToKey() returning a valid Key object
is a more future-proof indicator.

On Mon, Jan 25, 2010 at 5:04 PM, Eric Jain  wrote:

> Is it safe to assume that the regular expression [a-zA-Z0-9]+ will
> match any string generated by KeyFactory.keyToString?
>
> --
> 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.
>
>

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



[appengine-java] KeyFactory.keyToString format?

2010-01-25 Thread Eric Jain
Is it safe to assume that the regular expression [a-zA-Z0-9]+ will
match any string generated by KeyFactory.keyToString?

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