Performs necessary but not sufficient checks that the argument can be serialized
Performs necessary but not sufficient checks that the argument can be serialized
object to check
Validates that the two objects pass the hash safe test for encoding - Must be case classes - Must be value object case classes (currently not checked)
Validates that the two objects pass the hash safe test for encoding - Must be case classes - Must be value object case classes (currently not checked)
first object to compare
second object to compare
A stronger test for proto2 generated classes from scalapb that the serialization used for hashing is the same as message passing
A stronger test for proto2 generated classes from scalapb that the serialization used for hashing is the same as message passing
object to check
Created by kevin on 21/4/2018.