Use Local Modifications section in README.google

This is for third party compliance
-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=126743127
This commit is contained in:
jart 2016-07-06 15:12:41 -07:00 committed by Ben McIlwain
parent 7f5c21f5ab
commit 32e8e8fdb0

View file

@ -14,11 +14,12 @@ It provides a human-friendly query interface, generified key, query, and
prepared query classes, GWT-able entity objects, and transactions in one prepared query classes, GWT-able entity objects, and transactions in one
lightweight jar file with no dependencies. lightweight jar file with no dependencies.
NOTE: this library includes custom serializers for AppEngine classes in Local Modifications:
com.google.appengine.api.* packages. This is necessary because serializers This library includes custom serializers for AppEngine classes in
are discovered by AppEngine using a naming pattern that requires that the com.google.appengine.api.* packages. This is necessary because serializers are
data and serializer classes be in the same package (similar to how the Java discovered by AppEngine using a naming pattern that requires that the data and
Beans introspector finds BeanInfo classes). serializer classes be in the same package (similar to how the Java Beans
introspector finds BeanInfo classes).
In Objectify versions 4.1 and later, the GWT emulation classes were broken In Objectify versions 4.1 and later, the GWT emulation classes were broken
out into a separate versioned jar. Since we are jarjar repackaging the out into a separate versioned jar. Since we are jarjar repackaging the