Uses of Class
io.streamthoughts.azkarra.serialization.SerializationException
-
Packages that use SerializationException Package Description io.streamthoughts.azkarra.http io.streamthoughts.azkarra.http.serialization.json io.streamthoughts.azkarra.serialization -
-
Uses of SerializationException in io.streamthoughts.azkarra.http
Methods in io.streamthoughts.azkarra.http that throw SerializationException Modifier and Type Method Description static com.fasterxml.jackson.databind.JsonNode
ExchangeHelper. readJsonRequest(io.undertow.server.HttpServerExchange exchange)
Static helper that can be used to read JSON object from HTTP-request payload.static <T> T
ExchangeHelper. readJsonRequest(io.undertow.server.HttpServerExchange exchange, Class<T> type)
Static helper that can be used to read JSON object from HTTP-request payload. -
Uses of SerializationException in io.streamthoughts.azkarra.http.serialization.json
Methods in io.streamthoughts.azkarra.http.serialization.json that throw SerializationException Modifier and Type Method Description T
SpecificJsonSerdes. deserialize(byte[] data)
Deserialize data from a byte array into a value or object.byte[]
SpecificJsonSerdes. serialize(Object object)
Serialize a data object into a byte array. -
Uses of SerializationException in io.streamthoughts.azkarra.serialization
Methods in io.streamthoughts.azkarra.serialization that throw SerializationException Modifier and Type Method Description T
Serdes. deserialize(byte[] data)
Deserialize data from a byte array into a value or object.byte[]
Serdes. serialize(T object)
Serialize a data object into a byte array.
-