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
To avoid issues as in #14 (partial fix with #15) we should use proper objects with moshi and generate adapters. These adapters will skip unknown values and known values are properly type checked.
ToDos
Add moshi code generation
Create data class for web socket message to bridge
Check current parsing logic and potentially create more data classes
Create a json parser interface and abstract away moshi in all classes to allow replacement by other json parsers
The text was updated successfully, but these errors were encountered:
To avoid issues as in #14 (partial fix with #15) we should use proper objects with moshi and generate adapters. These adapters will skip unknown values and known values are properly type checked.
ToDos
The text was updated successfully, but these errors were encountered: