Skip navigation links

Azure SDK for Java Reference Documentation

Current version is 1.0.0-beta.1, click here for the index

See: Description

Azure Core - Serializer - Avro - Jackson 
Package Description
com.azure.core.serializer.avro.jackson
Package containing the types for instantiating and using the Jackson Avro serializer.
Current version is 1.0.0-beta.1, click here for the index

Azure Core Jackson Avro Serializer plugin library for Java

Azure Core Jackson Avro Serializer is a plugin for the azure-core AvroSerializer API.

Getting started

Prerequisites

Include the package

<dependency>
    <groupId>com.azure</groupId>
    <artifactId>azure-core-serializer-avro-jackson</artifactId>
    <version>1.0.0-beta.1</version>
</dependency>

Key concepts

Examples

Troubleshooting

Enabling Logging

Azure SDKs for Java offer 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][logging] wiki for guidance about enabling logging.

Next steps

Contributing

If you would like to become an active contributor to this project please follow the instructions provided in Microsoft Azure Projects Contribution Guidelines.

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

Impressions

Skip navigation links
Visit the Azure for Java Developerssite for more Java documentation, including quick starts, tutorials, and code samples.

Copyright © 2020 Microsoft Corporation. All rights reserved.