The Wayback Machine - http://web.archive.org/web/20201109173713/https://github.com/topics/serialization
Skip to content
#

serialization

Here are 1,595 public repositories matching this topic...

degant
degant commented Nov 9, 2020

Bug description

Consider a Uri with default port (https://example.com:443/)

After a serialization/deserialization roundtrip, the resulting Uri.OriginalString doesn't contain the port anymore (https://example.com/). The messagepack UriFormatter should use Uri.OriginalString instead of Uri.ToString() to ensure lossless serialization?

Newtonsoft.Json and System.Text.Json both

Improve this page

Add a description, image, and links to the serialization topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the serialization topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.