Data classes and a good json parser (if you have a...
# vertx
d
Data classes and a good json parser (if you have a good contract between services) @asad.awadia
a
Like try to marshall into json and catch if it breaks sort of thing?
d
Right
Like using Moshi or Jackson, then you can have clear contracts between services, and make it easier to manipulate in business logic layer