google-nomulus/util
Weimin Yu 0978ede5d9 Make entities serializable for DB validation (#1401)
* Make entities serializable for DB validation

Make entities that are asynchronously replicated between Datastore and
Cloud SQL serializable so that they may be used in BEAM pipeline based
comparison tool.

Introduced an UnsafeSerializable interface (extending Serializable) and
added to relevant classes. Implementing classes are allowed some
shortcuts as explained in the interface's Javadoc. Post migration we
will decide whether to revert this change or properly implement
serialization.

Verified with production data.
2021-10-28 12:19:09 -04:00
..
gradle/dependency-locks Add tests for obscure hostname canonicalization rule (#1388) 2021-10-14 14:53:28 -04:00
src Make entities serializable for DB validation (#1401) 2021-10-28 12:19:09 -04:00
build.gradle Add tests for obscure hostname canonicalization rule (#1388) 2021-10-14 14:53:28 -04:00