Springboot using Gson serialization and @Since/@Until annotations
I have a springboot application (REST API), and I’ve configured GSON to be my default serializer/deserializer instead of Jackson. I already have versioned models, using @Since
and @Until
annotations, and I wanted to know if there is a way of configuring the serializer that Spring will use when returning my Model to use a specific version