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
Use Kotlinx-serialization instead of Gson with Patcher v20
Motivation
Gson was used for the utility serialization functions, but with Patcher v20, this won't be necessary anymore since options of patches store the type of generic type parameters, which can be used for reflectionless serialization
Acknowledgements
This issue is not a duplicate of an existing feature request.
I have chosen an appropriate title.
All requested information has been provided properly.
The text was updated successfully, but these errors were encountered:
Feature description
Use Kotlinx-serialization instead of Gson with Patcher v20
Motivation
Gson was used for the utility serialization functions, but with Patcher v20, this won't be necessary anymore since options of patches store the type of generic type parameters, which can be used for reflectionless serialization
Acknowledgements
The text was updated successfully, but these errors were encountered: