Skip to content

Investigate serialization support #131

Description

@viktorvan

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions