val <T : Any> KSerializer<T>.nullable: KSerializer<T?>
Returns a nullable serializer for the given serializer of non-null type.