See: Description
| Package | Description |
|---|---|
| com.azure.core.serializer.json.jackson |
Package containing the types for instantiating and using the Jackson JSON serializer.
|
Azure Core Jackson JSON Serializer is a plugin for the azure-core JsonSerializer API.
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-core-serializer-json-jackson</artifactId>
<version>1.1.0</version>
</dependency>
Get started with Azure libraries that are built using Azure Core.
If you encounter any bugs, please file issues via GitHub Issues or checkout StackOverflow for Azure Java SDK.
Azure SDKs for Java provide a consistent logging story to help aid in troubleshooting application errors and expedite their resolution. The logs produced will capture the flow of an application before reaching the terminal state to help locate the root issue. View the logging wiki for guidance about enabling logging.
If you would like to become an active contributor to this project please follow the instructions provided in Microsoft Azure Projects Contribution Guidelines.
git checkout -b my-new-feature)git commit -am 'Add some feature')git push origin my-new-feature)

Copyright © 2020 Microsoft Corporation. All rights reserved.