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
Uhm. More objects are serializable than gson-serializable.
How can you possibly support an object that is not serializable, at least as captured return values (other objects probably are just referred using Method/Class/Type so the objects themself need not to be serializable).
We could maybe support mocking the return values too and respond to the methods called there. This is getting complicated!
This is probably the fastest way to get the state saved to be able to use it (but the saved data is brittle, so should be used only for testing).
The text was updated successfully, but these errors were encountered: