vote up 0 vote down star

What is the best way to create a clone of a DTO? There is not an ICloneable interface or a BinaryFormatter class in Silverlight. Is reflection the only way?

flag

29% accept rate
Did you want to use this cloning functionality on server side or Silverlight side? Or both sides? – Sad0w1nL1ght Sep 26 at 17:28

1 Answer

vote up 0 vote down

I believe the standard cloning functionality was left out to keep it simple and lightweight. I believe you could use either JSON or XML serialization to achieve the same thing though. Not sure about the performance costs though.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.