merry holidays! this looks bad, but isn't *that* bad. Most of the changes stem from changing DeserializationException to a checked exception, which infected all the call sites...
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
sorry that this change really ballooned, but I ended up running into a lot of unexpected behaviours. Will add feature owners if the overall approach looks reasonable.
if (decoder0 == null) {
return null;
}No idea why we even allow this. Is there a use case where we'd want decode to return null because a null decoder was passed in?
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |