You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Gson provides support for annotations at a class level which can be used for doing post processing or validation. Link with details are attached below :
Gson provides support for annotations at a class level which can be used for doing post processing or validation. Link with details are attached below :
https://github.com/google/gson/blob/master/extras/src/main/java/com/google/gson/interceptors/Intercept.java
The code for this can be easily generated where we can call these post the deserialisation has happened