Default eventbus object converter
The serialization strategy is:
For primitive types (String, Number and Boolean), return as is
For arrays, convert to JsonArray
Otherwise, convert to a JsonObject with the class name in the "class" attribute and the serialized form with Jackson in the "value" attribute.