Nov11 / kryo

Automatically exported from code.google.com/p/kryo
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Copy should not ignore transient fields #83

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Copy should not ignore transient fields.

Original issue reported on code.google.com by nathan.s...@gmail.com on 20 Aug 2012 at 6:34

GoogleCodeExporter commented 8 years ago
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.

Original comment by jonathan...@gmail.com on 22 Jan 2013 at 10:53