I have a bunch of simple data objects of different types (all properties are writable, no hidden state). Is there any automated way to clone such objects?
(yes, I know the way to clone them manually. Just don’t want to ^_^)
I have a bunch of simple data objects of different types (all properties are
Share
Serialize them in a (memory)stream and deserialize them back.