Factory helpers for common Codec construction patterns.
Builds a codec that forwards values without transforming them.
Builds a codec around a decoder that reports failure by returning null.
null
Builds a codec around a decoder that may throw while parsing.