| Package | Description |
|---|---|
| com.microsoft.rest.serializer |
The package contains classes that handle serialization and deserialization
for the REST call payloads.
|
| Modifier and Type | Method and Description |
|---|---|
static JacksonConverterFactory |
JacksonConverterFactory.create()
Create an instance using a default
ObjectMapper instance for conversion. |
static JacksonConverterFactory |
JacksonConverterFactory.create(com.fasterxml.jackson.databind.ObjectMapper mapper)
Create an instance using
mapper for conversion. |
JacksonConverterFactory |
JacksonMapperAdapter.getConverterFactory()
Gets a static instance of JacksonConverter factory.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/