Add TimeZoneInfo Serialization
authorAndreas Auerswald <andreas.auerswald@etit.tu-chemnitz.de>
Tue, 18 Jun 2013 07:23:31 +0000 (09:23 +0200)
committerAndreas Auerswald <andreas.auerswald@etit.tu-chemnitz.de>
Mon, 8 Jul 2013 08:39:51 +0000 (10:39 +0200)
commita4edd897b59a92fff533f71c13a87ae414b67e65
tree403ace451597dd73537315b2f422c6b371889959
parentb39c8299da80fbdc85b24cf97977eec02f647c8d
Add TimeZoneInfo Serialization

Add serialization for the TimeZoneInfo, TimeZoneInfo.AdjustmentRule and TimeZoneInfo.TransitionTime class. It is compatible with the serialization in .Net for cross serialization/deserialization from Mono to .Net and vice versa.

The code in this commit is released under the terms of the MIT/X11 license.
mcs/class/System.Core/System/TimeZoneInfo.AdjustmentRule.cs
mcs/class/System.Core/System/TimeZoneInfo.TransitionTime.cs
mcs/class/System.Core/System/TimeZoneInfo.cs
mcs/class/System.Core/Test/System/TimeZoneInfo.AdjustmentRuleTest.cs
mcs/class/System.Core/Test/System/TimeZoneInfo.TransitionTimeTest.cs
mcs/class/System.Core/Test/System/TimeZoneInfoTest.cs