check_bloq_example_serializes#

Check that the BloqExample has consistent serialization.

This function checks that the given bloq can be serialized to a proto format and the corresponding proto can be deserialized back to a bloq which is equal to the original bloq.

If the given Bloq cannot be serialized / deserialized OR if the deserialized Bloq is not equal to the given Bloq, then the result is FAIL. If the roundtrip succeeds, the result is PASS.

result

The BloqCheckResult.

msg

A message providing details from the check.