Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Serialize data using java binary serialization system #11

Open
mkotsbak opened this issue Jun 7, 2010 · 2 comments
Open

Serialize data using java binary serialization system #11

mkotsbak opened this issue Jun 7, 2010 · 2 comments

Comments

@mkotsbak
Copy link
Contributor

mkotsbak commented Jun 7, 2010

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).

@jhannes
Copy link
Contributor

jhannes commented Jun 7, 2010

Does that mean we can only support Serializable objects? Isn't that a huge weakness?

@mkotsbak
Copy link
Contributor Author

mkotsbak commented Jun 7, 2010

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants