JacksonSerdes

Deprecated (for removal)

Since version 2.0

This will be removed in the next release, please check the individual methods for more details.

Functions

Link copied to clipboard
open fun <T> of(typeReference: TypeReference<T>): Serde<T>
open fun <T> of(clazz: Class<T>): Serde<T>
open fun <T> of(mapper: ObjectMapper, typeReference: TypeReference<T>): Serde<T>
open fun <T> of(mapper: ObjectMapper, clazz: Class<T>): Serde<T>