open fun setSerializers(vararg serializers: JsonSerializer<*>): Unit
Configure custom serializers. Each serializer is registered for the type returned by JsonSerializer#handledType(), which must not be null.
See Also
#setSerializersByType(Map)