Uses of Interface
com.microsoft.rest.protocol.SerializerAdapter
-
Packages that use SerializerAdapter Package Description com.microsoft.rest The package contains the runtime classes required for AutoRest generated clients to compile and function.com.microsoft.rest.protocol The package contains classes that interfaces defining the behaviors of the necessary components of a Rest Client.com.microsoft.rest.serializer The package contains classes that handle serialization and deserialization for the REST call payloads. -
-
Uses of SerializerAdapter in com.microsoft.rest
Methods in com.microsoft.rest that return SerializerAdapter Modifier and Type Method Description SerializerAdapter<?>RestClient. serializerAdapter()SerializerAdapter<?>ServiceClient. serializerAdapter()Methods in com.microsoft.rest with parameters of type SerializerAdapter Modifier and Type Method Description <T,E extends RestException>
ServiceResponseBuilder<T,E>ServiceResponseBuilder.Factory. newInstance(SerializerAdapter<?> serializerAdapter)RestClient.BuilderRestClient.Builder. withSerializerAdapter(SerializerAdapter<?> serializerAdapter)Sets the serialization adapter. -
Uses of SerializerAdapter in com.microsoft.rest.protocol
Methods in com.microsoft.rest.protocol with parameters of type SerializerAdapter Modifier and Type Method Description <T,E extends RestException>
ResponseBuilder<T,E>ResponseBuilder.Factory. newInstance(SerializerAdapter<?> serializerAdapter)Returns a response builder instance. -
Uses of SerializerAdapter in com.microsoft.rest.serializer
Classes in com.microsoft.rest.serializer that implement SerializerAdapter Modifier and Type Class Description classJacksonAdapterA serialization helper class wrapped aroundJacksonConverterFactoryandObjectMapper.
-