开发者

Mono "NetDataContractSerializer.Serialize"

开发者 https://www.devze.com 2023-04-04 03:23 出处:网络
I\'m getting following exception System.NotImplementedException: The requested feature is not implemented.

I'm getting following exception

System.NotImplementedException: The requested feature is not implemented.
    开发者_运维百科  at System.Runtime.Serialization.NetDataContractSerializer.WriteStartObject (System.Xml.XmlDictionaryWriter writer, System.Object graph) [0x00000] in <filename unknown>:0 
      at System.Runtime.Serialization.XmlObjectSerializer.WriteObject (System.Xml.XmlDictionaryWriter writer, System.Object graph) [0x00000] in <filename unknown>:0 
      at System.Runtime.Serialization.XmlObjectSerializer.WriteObject (System.Xml.XmlWriter writer, System.Object graph) [0x00000] in <filename unknown>:0 
      at System.Runtime.Serialization.NetDataContractSerializer.Serialize (System.IO.Stream stream, System.Object graph) [0x00000] in <filename unknown>:0 
      at BinaryAnalysis.Data.ContractContainer.ContractContainerEntity.SetValue (System.Object val) [0x00000] in <filename unknown>:0 

When I try to serialize my Pono using NetDataContractSerializer using Mono 2.10.2-5. There are no information about roadmap of theese classes in mono. Any workarounds for that?

0

精彩评论

暂无评论...
验证码 换一张
取 消