Hello,
I have a question related to App engine Data Store. Lets say I have a
simple POJO class like this:
public class Employee implements Serializable {
private String name;
private Date birthDay;
...
...
}
I create an object of this class and store it in Data Store.
After this lets say if I had to modify the Employee class to include some
additional fields.
Now, when I retrieve the old Employee object that I had stored in Data
Store, do I get exception or object of new Employee class with new fields
null?
Thanks in advance.
--
You received this message because you are subscribed to the Google Groups
"Google App Engine for Java" group.
To view this discussion on the web visit
https://groups.google.com/d/msg/google-appengine-java/-/04UhBbvTqysJ.
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.