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
{{ message }}
This repository has been archived by the owner on Aug 26, 2021. It is now read-only.
There are some adapters which are very custom and need to be hand-written. Given this support the adapter for these classes will also be recognised by STAG while generating the code.
This will also solve the scenario mentioned in issue #25
The text was updated successfully, but these errors were encountered:
Support JsonAdapter annotation which is also available in Gson. The complete documentation about JsonAdapter is available here : https://github.com/google/gson/blob/master/gson/src/main/java/com/google/gson/annotations/JsonAdapter.java
There are some adapters which are very custom and need to be hand-written. Given this support the adapter for these classes will also be recognised by STAG while generating the code.
This will also solve the scenario mentioned in issue #25
The text was updated successfully, but these errors were encountered: