Open
Description
Is your feature request related to a problem? Please describe.
There could potentially be an issue with serializing/deserializing the number types in this library.
Describe the solution you'd like
We should investigate this and add unit tests for some common scenarios.
Look at
https://github.com/dotnet/runtime/blob/master/src/libraries/System.Private.CoreLib/src/System/DateTime.cs#L49
Maybe we should implement ISerializable.
Describe alternatives you've considered
Using the 12-string representation for persistence will always work.