Uses of Interface
io.streamthoughts.azkarra.serialization.Serdes
-
Packages that use Serdes Package Description io.streamthoughts.azkarra.http.query io.streamthoughts.azkarra.http.serialization.json -
-
Uses of Serdes in io.streamthoughts.azkarra.http.query
Methods in io.streamthoughts.azkarra.http.query with parameters of type Serdes Modifier and Type Method Description HttpRemoteQueryBuilder
HttpRemoteQueryBuilder. setSerdes(Serdes<QueryResult> serdes)
Constructors in io.streamthoughts.azkarra.http.query with parameters of type Serdes Constructor Description HttpRemoteQueryClient(okhttp3.OkHttpClient httpClient, QueryURLBuilder queryURLBuilder, Serdes<QueryResult> serdes)
Creates a newHttpRemoteQueryClient
instance. -
Uses of Serdes in io.streamthoughts.azkarra.http.serialization.json
Classes in io.streamthoughts.azkarra.http.serialization.json that implement Serdes Modifier and Type Class Description class
SpecificJsonSerdes<T>
-