Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/corefx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Moseley <danmose@microsoft.com>2016-11-17 02:36:35 +0300
committerGitHub <noreply@github.com>2016-11-17 02:36:35 +0300
commitb9d6c1db19843842ef100ffe4db2bf7655156fe5 (patch)
tree8b5f9b3fb161f82aa4eed878f2fa8d1082fb8207
parent582b298621d8d41cbb422454322ed73256b8e127 (diff)
Fix binary serialization ref
-rw-r--r--Documentation/project-docs/porting.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/project-docs/porting.md b/Documentation/project-docs/porting.md
index 69c27c86f1..25e51c4e36 100644
--- a/Documentation/project-docs/porting.md
+++ b/Documentation/project-docs/porting.md
@@ -74,7 +74,7 @@ Feature owners reserve the right to call out what they don't want to support on
This list, while not complete, is meant as a reference point. We'll add to it as we refine our porting plan. Also, just because something is currently not implemented, doesn't imply it's intentionally unsupported. Feel free to [file an issue](https://github.com/dotnet/corefx/issues/new) to ask for specific APIs and technologies. Porting requests are generally marked as [port-to-core](https://github.com/dotnet/corefx/issues?q=is%3Aopen+is%3Aissue+label%3Aport-to-core).
-Binary Serialization is supported post 1.1, however we do not support cross-version or cross-platform binary serialization. For new code you may want to consider other serialization approaches such as data contract serialization, XML serialization, JSON.NET, and protobuf-net.
+Binary Serialization is supported post 1.1, however we do not support cross-platform binary serialization. For new code you may want to consider other serialization approaches such as data contract serialization, XML serialization, JSON.NET, and protobuf-net.
Technology | More information
---------------------------|-----------------------------------