| Class and Description |
|---|
| com.microsoft.rest.v2.http.ConcurrentMultiHashMap
Use
ConcurrentMultiDequeMap instead |
| Method and Description |
|---|
| com.microsoft.rest.v2.protocol.SerializerAdapter.deserialize(String, Type)
Use deserialize(String, Type, Encoding) instead.
Deserializes a JSON string into a
U object using the current T. |
| com.microsoft.rest.v2.protocol.SerializerAdapter.serialize(Object)
Use serialize(Object, Encoding) instead.
Serializes an object into a JSON string.
|
| com.microsoft.rest.v2.protocol.SerializerAdapter.serializer()
original serializer type should not be exposed
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/