jamesbrowder / guava-libraries

Automatically exported from code.google.com/p/guava-libraries
Apache License 2.0
0 stars 0 forks source link

Make Stopwatch Serializable #731

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Particularly I'd look forward to see a serializable 
com.google.common.base.StopWatch.
Well, this could maybe suggest the user that this stop watch might be started, 
serialized, and stopped and measured on another machine or at a very different 
time - bis this misunderstanding could be eliminated by a little comment in the 
javadoc.
Could already imagine some examples where StopWatches would be (started, then) 
serialized and deserialized (and then stopped) within short time on the same 
machine/vm.

kind regards

Original issue reported on code.google.com by avithan@gmail.com on 30 Sep 2011 at 5:24

GoogleCodeExporter commented 9 years ago
The only way it would ever make any sense is if it's deserialized in the very 
same VM instance, and I can't picture how such serialization would ever be 
useful.

Original comment by kevinb@google.com on 2 Oct 2011 at 3:00

GoogleCodeExporter commented 9 years ago
This issue has been migrated to GitHub.

It can be found at https://github.com/google/guava/issues/<id>

Original comment by cgdecker@google.com on 1 Nov 2014 at 4:15

GoogleCodeExporter commented 9 years ago

Original comment by cgdecker@google.com on 3 Nov 2014 at 9:09