AvroConvert 1.4.0
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package AvroConvert --version 1.4.0
NuGet\Install-Package AvroConvert -Version 1.4.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="AvroConvert" Version="1.4.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="AvroConvert" Version="1.4.0" />
<PackageReference Include="AvroConvert" />
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add AvroConvert --version 1.4.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: AvroConvert, 1.4.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package AvroConvert@1.4.0
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=AvroConvert&version=1.4.0
#tool nuget:?package=AvroConvert&version=1.4.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
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.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard2.0 is compatible. netstandard2.1 was computed. |
.NET Framework | net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen40 was computed. tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
.NETStandard 2.0
- AutoMapper (>= 8.0.0)
- Newtonsoft.Json (>= 12.0.2)
- System.Reflection.Emit (>= 4.3.0)
NuGet packages (6)
Showing the top 5 NuGet packages that depend on AvroConvert:
Package | Downloads |
---|---|
SolTechnology.Avro.Kafka
Library containing extensions for Confluent Kafka platform |
|
Memphis.Client
Memphis.Client SDK intended to make easy integration of Memphis into .NET projects |
|
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
SolTechnology Core API client library |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last Updated | |
---|---|---|---|
3.4.15 | 21,365 | 3/31/2025 | |
3.4.14 | 6,615 | 3/19/2025 | |
3.4.12 | 4,857 | 3/7/2025 | |
3.4.11 | 1,043 | 3/6/2025 | |
3.4.10 | 74,739 | 10/21/2024 | |
3.4.9 | 108,906 | 9/18/2024 | |
3.4.8 | 147,679 | 5/8/2024 | |
3.4.7 | 4,097 | 4/26/2024 | |
3.4.6 | 36,726 | 3/4/2024 | |
3.4.5 | 9,677 | 2/15/2024 | |
3.4.4 | 28,092 | 1/16/2024 | |
3.4.3 | 86,700 | 12/9/2023 | |
3.4.2 | 9,152 | 12/1/2023 | |
3.4.1 | 14,499 | 11/11/2023 | |
3.4.0 | 29,542 | 9/18/2023 | |
3.3.7 | 23,453 | 8/7/2023 | |
3.3.6 | 43,950 | 5/29/2023 | |
3.3.5 | 8,395 | 5/11/2023 | |
3.3.4 | 75,209 | 3/3/2023 | |
3.3.3 | 644 | 2/28/2023 | |
3.3.2 | 21,848 | 2/6/2023 | |
3.3.1 | 3,070 | 1/27/2023 | |
3.3.0 | 126,094 | 10/11/2022 | |
3.2.9 | 77,475 | 6/22/2022 | |
3.2.8 | 2,394 | 6/1/2022 | |
3.2.7 | 2,340 | 5/23/2022 | |
3.2.6 | 919 | 5/16/2022 | |
3.2.5 | 62,476 | 4/13/2022 | |
3.2.4 | 905 | 4/10/2022 | |
3.2.3 | 30,291 | 10/29/2021 | |
3.2.2 | 29,776 | 10/2/2021 | |
3.2.1 | 1,181 | 9/29/2021 | |
3.2.0 | 6,077 | 9/14/2021 | |
3.1.5 | 25,320 | 8/30/2021 | |
3.1.4 | 5,897 | 8/12/2021 | |
3.1.3 | 7,725 | 8/2/2021 | |
3.1.2 | 4,486 | 6/24/2021 | |
3.1.1 | 1,233 | 6/14/2021 | |
3.1.0 | 26,747 | 5/15/2021 | |
3.0.1 | 6,823 | 4/2/2021 | |
3.0.0 | 24,951 | 3/26/2021 | |
2.7.1 | 55,778 | 2/5/2021 | |
2.7.0 | 34,766 | 12/18/2020 | |
2.6.3 | 3,213 | 10/25/2020 | |
2.6.2 | 588 | 10/23/2020 | |
2.6.1 | 4,381 | 7/25/2020 | |
2.6.0 | 669 | 7/22/2020 | |
2.5.1 | 1,591 | 6/11/2020 | |
2.5.0 | 19,333 | 5/15/2020 | |
2.4.1 | 1,551 | 4/14/2020 | |
2.4.0 | 1,063 | 3/25/2020 | |
2.3.0 | 1,203 | 3/19/2020 | |
2.2.2 | 1,197 | 2/7/2020 | |
2.2.1 | 675 | 2/7/2020 | |
2.2.0 | 765 | 1/27/2020 | |
2.1.0 | 667 | 1/16/2020 | |
2.0.0 | 655 | 1/4/2020 | |
1.8.1 | 943 | 12/9/2019 | |
1.8.0 | 3,792 | 8/30/2019 | |
1.7.0 | 717 | 8/22/2019 | |
1.6.0 | 739 | 7/22/2019 | |
1.5.1 | 869 | 7/14/2019 | |
1.5.0 | 846 | 7/11/2019 | |
1.4.0 | 710 | 6/17/2019 | |
1.3.0 | 750 | 6/4/2019 | |
1.2.0 | 806 | 6/3/2019 | |
1.1.0 | 761 | 5/28/2019 | |
1.0.1 | 852 | 5/21/2019 | |
1.0.0 | 1,238 | 4/24/2019 | |
0.8.0 | 1,208 | 5/1/2019 | |
0.7.0 | 1,294 | 4/22/2019 | |
0.6.3 | 1,191 | 4/19/2019 | |
0.6.2 | 1,203 | 4/19/2019 | |
0.6.1 | 1,177 | 4/19/2019 | |
0.6.0 | 1,188 | 4/19/2019 | |
0.5.0 | 1,365 | 4/18/2019 | |
0.3.0 | 1,585 | 4/11/2019 | |
0.2.1 | 1,222 | 4/11/2019 | |
0.2.0 | 1,218 | 4/11/2019 | |
0.1.0 | 1,371 | 4/10/2019 |