Is there a reason `serializerOrNull<T>()` couldn't be implemented as an intrinsic, or otherwis...
d
Is there a reason
serializerOrNull<T>()
couldn't be implemented as an intrinsic, or otherwise optimized? A bit of performance testing makes me suspect it's doing something expensive, on the order of throwing and catching an exception.