Click here to Skip to main content
15,916,683 members

Comments by CodeElnino (Top 1 by date)

CodeElnino 23-May-17 14:47pm View    
For folks still interested in a solution to this problem. One option is to use Protocol Buffer but this might not necessarily work for you depending on the scenario. I wanted to serialize for caching purposes after hydration. You can also use SharpSerializer or Automapper if you are trying to clone the object. There are some gotchas that you would need to be aware of.