Apache AVRO with Rest
问题 I am evaluating using Apache AVRO for my Jersey REST services. I am using Springboot with Jersey REST. Currently I am accepting JSON as input which are converted to Java Pojos using the Jackson object mapper. I have looked in different places but I cannot find any example that is using Apache AVRO with a Jersey end point. I have found this Github repository (https://github.com/FasterXML/jackson-dataformats-binary/) which has Apache AVRO plugin. I still cannot find any good example as how to