| Package | Description |
|---|---|
| com.microsoft.rest.v2 |
The package contains the runtime classes required for AutoRest generated
clients to compile and function.
|
| com.microsoft.rest.v2.http |
This package contains the HTTP abstractions between the AnnotationParser's RestProxy and whatever
HTTP client we choose to use.
|
| com.microsoft.rest.v2.protocol |
The package contains classes that interfaces defining the behaviors
of the necessary components of a Rest Client.
|
| com.microsoft.rest.v2.serializer |
The package contains classes that handle serialization and deserialization
for the REST call payloads.
|
| Class and Description |
|---|
| SerializerAdapter
This interface defines the behaviors an adapter of a serializer
needs to implement.
|
| Class and Description |
|---|
| HttpResponseDecoder
Deserializes an
HttpResponse. |
| Class and Description |
|---|
| Environment.Endpoint
An endpoint identifier used for the provider to get a URL.
|
| SerializerAdapter
This interface defines the behaviors an adapter of a serializer
needs to implement.
|
| SerializerEncoding
Represents which encoding to use for serialization.
|
| Class and Description |
|---|
| SerializerAdapter
This interface defines the behaviors an adapter of a serializer
needs to implement.
|
| SerializerEncoding
Represents which encoding to use for serialization.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/