-
Notifications
You must be signed in to change notification settings - Fork 831
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
Copy should not ignore transient fields #83
Comments
From [email protected] on January 22, 2013 14:53:30 It could be an option to not ignore transient fields, but I think that it should be the default. People copy object graphs to avoid having to serialize/deserialize to get the same effect. If you performed the ser/deser operation the ignoring of transients would occur so it should be the default. |
Can we close this ancient issue? The current status is: |
Maybe we should make it possible to make |
All major programming languages I looked at copy transient fields. Not On Wed, Nov 13, 2013 at 9:31 PM, Martin Grotzke [email protected]:
|
Should I make it configurable via a FieldSerializer method then? Or do we also want to make it configurable at the Kryo instance level, so that all FieldSerializers automatically use the same setting? |
I'd say at the FieldSerializer level is sufficient. On Wed, Nov 13, 2013 at 10:15 PM, romix [email protected] wrote:
|
…lds by means of FieldSerializer.setCopyTransient. The default is set to copy transient field.
OK. Add this functionality and a unit test for it. |
@romix A cool github trick is to use "closes #12345" in a commit message, which closes an issue or PR automatically. "#12345" references it without closing. |
From [email protected] on August 20, 2012 20:34:42
Copy should not ignore transient fields.
Original issue: http://code.google.com/p/kryo/issues/detail?id=83
The text was updated successfully, but these errors were encountered: