2018-07-25

billroper: (Default)
2018-07-25 11:43 pm

Cloning Around

Most of the objects that I'm attempting to fix up Java cloning for came together nicely.

Then, however, there are the ones that share references to a single object. This worked really nicely with MFC serialization, but it makes cloning an unholy mess.

*sigh*