| Package | Description |
|---|---|
| org.pac4j.vertx.core |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultJsonConverter
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.
|
| Modifier and Type | Method and Description |
|---|---|
static JsonConverter |
DefaultJsonConverter.getInstance() |
Copyright © 2016. All Rights Reserved.