Converts input and returns the result of the conversion.
input
@override Object convert(Object input) => toJsonEncodable(input, _codec._adapters!.values);