Best practice to serialize and deserialize .net objects across versions

后端 未结 4 1619
南旧
南旧 2021-02-10 02:55

Objects are serialized to a database using the .NET XML serializer. The object can change over time, and therefore multiple versions exist in the database at one time.

A

4条回答
  •  迷失自我
    2021-02-10 03:37

    Look here this talk about best practices on WCF datacontract versioning, this is a bit more specific than what you really want, but these patterns solve the same problem as yours, you can use them in any technology you want.

提交回复
热议问题