fail("Exception during deserialization: " + e.getMessage() + "\n" + new String(json));
// Make the compiler happy by claiming to return here
return;
}
assertEquals(new ComparableTraceBuilder(trace).build(), new ComparableTraceBuilder(deserialized).build());
}