Uses of Interface
xyz.euclia.jaqpotj.serializer.Serializer
| Package | Description |
|---|---|
| xyz.euclia.jaqpotj | |
| xyz.euclia.jaqpotj.consumers |
-
Uses of Serializer in xyz.euclia.jaqpotj
Methods in xyz.euclia.jaqpotj with parameters of type Serializer Modifier and Type Method Description JaqpotJaqpotFactory. create(String basepath, Serializer serializer)Constructors in xyz.euclia.jaqpotj with parameters of type Serializer Constructor Description JaqpotImplementation(org.asynchttpclient.AsyncHttpClient client, Serializer serializer, ModelConsumer modelConsumer, FeatureConsumer featureConsumer, DatasetConsumer datasetConsumer, TaskConsumer taskConsumer) -
Uses of Serializer in xyz.euclia.jaqpotj.consumers
Constructors in xyz.euclia.jaqpotj.consumers with parameters of type Serializer Constructor Description DatasetConsumer(org.asynchttpclient.AsyncHttpClient client, Serializer serializer, String basepath)FeatureConsumer(org.asynchttpclient.AsyncHttpClient client, Serializer serializer, String basepath)ModelConsumer(org.asynchttpclient.AsyncHttpClient client, Serializer serializer, String basepath)TaskConsumer(org.asynchttpclient.AsyncHttpClient client, Serializer serializer, String basepath)