dgg / nmoneys

.Net implementation of Money Value Object
BSD 3-Clause "New" or "Revised" License
76 stars 14 forks source link

Deserialization of deprecated currencies #5

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Currencies are volatile, new currencies get added and old ones get substituted.
Currencies and moneys can be serialized somehow.

What steps will reproduce the problem?
1. have an old deprecated currency serialized
2. try to deserialize
3. the object can't be reconstructed

Explore the options to intercept the de-serialiation process.

Original issue reported on code.google.com by danielgo...@gmail.com on 25 Oct 2010 at 12:58

GoogleCodeExporter commented 9 years ago

Original comment by danielgo...@gmail.com on 29 Jan 2011 at 9:58