AvroConvert 0.6.3
See the version list below for details.
dotnet add package AvroConvert --version 0.6.3
NuGet\Install-Package AvroConvert -Version 0.6.3
<PackageReference Include="AvroConvert" Version="0.6.3" />
<PackageVersion Include="AvroConvert" Version="0.6.3" />
<PackageReference Include="AvroConvert" />
paket add AvroConvert --version 0.6.3
#r "nuget: AvroConvert, 0.6.3"
#:package AvroConvert@0.6.3
#addin nuget:?package=AvroConvert&version=0.6.3
#tool nuget:?package=AvroConvert&version=0.6.3
Nuget: (https://www.nuget.org/packages/AvroConvert)
AvroConvert
Small and fast library for serializing c# objects to avro format and vice versa
// Serialize
byte[] avroObject = AvroConvert.Serialize(object yourObject);
// Deserialize
CustomClass deserializedObject = AvroConvert.Deserialize<CustomClass>(byte[] avroObject);
Dictionary<string, object> mapOfPropertiesAndValues = AvroConvert.Deserialize(byte[] avroObject);
// Generate Avro schema for object
string schemaInJsonFormat = AvroConvert.GenerateSchema(object yourObject);
//Get schema from Avro object
string schemaInJsonFormat = AvroConvert.GetSchema(byte[] avroObject)
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
| .NET Core | netcoreapp2.1 is compatible. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
-
.NETCoreApp 2.1
- AutoMapper (>= 8.0.0)
- Microsoft.Hadoop.Avro-Core (>= 1.1.19)
- System.Reflection.Emit (>= 4.3.0)
NuGet packages (7)
Showing the top 5 NuGet packages that depend on AvroConvert:
| Package | Downloads |
|---|---|
|
Memphis.Client
Memphis.Client SDK intended to make easy integration of Memphis into .NET projects |
|
|
SolTechnology.Avro.Kafka
Library containing extensions for Confluent Kafka platform |
|
|
SolTechnology.Avro.Http
Library containing functionalities, which enable communication between microservices using Avro data format |
|
|
OptimoveSdk.Engager.Integration
SDK for Engagers intergration with Optimove |
|
|
SolTechnology.Core.ApiClient
Resilient HTTP client wrapper with built-in Polly retry policies, exponential backoff, circuit breaker patterns, and Avro serialization support. Simplifies external API integration with production-ready resilience patterns. |
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated | |
|---|---|---|---|
| 3.4.16 | 69,623 | 9/18/2025 | |
| 3.4.15 | 139,416 | 3/31/2025 | |
| 3.4.14 | 106,274 | 3/19/2025 | |
| 3.4.12 | 41,609 | 3/7/2025 | |
| 3.4.11 | 30,836 | 3/6/2025 | |
| 3.4.10 | 150,632 | 10/21/2024 | |
| 3.4.9 | 166,769 | 9/18/2024 | |
| 3.4.8 | 344,031 | 5/8/2024 | |
| 3.4.7 | 33,941 | 4/26/2024 | |
| 3.4.6 | 70,018 | 3/4/2024 | |
| 3.4.5 | 41,477 | 2/15/2024 | |
| 3.4.4 | 64,668 | 1/16/2024 | |
| 3.4.3 | 119,270 | 12/9/2023 | |
| 3.4.2 | 38,923 | 12/1/2023 | |
| 3.4.1 | 44,723 | 11/11/2023 | |
| 3.4.0 | 62,450 | 9/18/2023 | |
| 3.3.7 | 56,487 | 8/7/2023 | |
| 3.3.6 | 81,097 | 5/29/2023 | |
| 0.6.3 | 31,121 | 4/19/2019 |