`inline fun <reified T> jsonSerde(objectMapp...
# announcements
j
inline fun <reified T> jsonSerde(objectMapper: ObjectMapper) = JsonSerde(T::class.java, objectMapper)
Without knowing more this is as far as I can get