Author: techfox9

Java object deep copy..

Friday, August 29th, 2008 @ 9:36 am

This is the equivalent of C++ ‘memcpy’ for Java..

http://javatechniques.com/blog/low-memory-deep-copy-technique-for-java-objects/

And also, a faster variant:

http://javatechniques.com/public/java/docs/basics/faster-deep-copy.html

Java


 


Comments are closed.