I need help in serializing POCO class to AVRO. How to create AVRO type using Netonsoft.Json can also be another serializer as long as it works on .NET framework 4.5.2 any ideas?
Asked
Active
Viewed 131 times
0
-
POJO stands for [Plain Old **Java** Object](https://www.baeldung.com/java-pojo-class). How do you plan to have a POJO in C#? – Peter Csala Oct 03 '22 at 14:47
-
@PeterCsala sorry i mean POCO class – Dratewka Oct 03 '22 at 15:08
-
Possible duplicate https://stackoverflow.com/questions/45338832/can-a-c-sharp-model-be-serialized-as-an-avro-json-schema – ChrisBD Oct 03 '22 at 15:14
-
@ChrisBD Microsoft.Hadoop.Avro not working for me – Dratewka Oct 03 '22 at 15:19
-
Maybe you need to install the NuGet package in your solution. – ChrisBD Oct 03 '22 at 15:21
-
@ChrisBD if it was that simple ... makes solution on framework 4.5.2 and see for yourself that it doesn't work – Dratewka Oct 03 '22 at 15:33