Support hexBinary type (dotnet/corefx#32141)
authorJiayi Yu <14067510+yujayee@users.noreply.github.com>
Mon, 10 Sep 2018 23:06:40 +0000 (16:06 -0700)
committerGitHub <noreply@github.com>
Mon, 10 Sep 2018 23:06:40 +0000 (16:06 -0700)
commit8fcaf538b13f8bb620c38bf181b057c6176ba978
tree2d48f325fa870b5ea4b8a1c8557a1d8d968782a1
parentd1b2558ab145563cac70810583f29681d3a7482b
Support hexBinary type (dotnet/corefx#32141)

*Port a few functions from full framework to support read/write hexbinary type and add tests

Commit migrated from https://github.com/dotnet/corefx/commit/8d65bd36a6d3d3cfdf1aa32cbb8c45cce25d9c95
src/libraries/System.Private.DataContractSerialization/src/System/Xml/XmlBaseReader.cs
src/libraries/System.Private.DataContractSerialization/src/System/Xml/XmlBaseWriter.cs
src/libraries/System.Runtime.Serialization.Xml/tests/XmlDictionaryReaderTests.cs
src/libraries/System.Runtime.Serialization.Xml/tests/XmlDictionaryWriterTest.cs