The following statement fails with NullRef开发者_运维技巧erenceException: TypeModel.Create().DeepClone(new string[1]);
I use ProtoBuf to serialize class which is create开发者_运维技巧d at runtime using Activator.CreateInstance.
I receive values using winsock from another computer on the network. It is a TCP socket, with the 4 first bytes of the message carrying its size. The rest of the message is formatted by the server usi
I am trying out the AsReference option in ProtoMember for recursive referencing. If I create AnOwner with the public constructor and then serialize/deserialize, AnOwner.Data becomes null. Can someone
While working on 2 of my classes that looks like this (minimal) using System; using System.Collections.Generic;
I have an hierarchy, lets say BaseClass <- DerivedClass I want to serialize a BaseClass[] array with mixed DerivedClass and BaseClass objects
I\'d like to be able to serialize concrete instances of IMessage in such a way that the type information is retained/embedded (akin to what\'s available in e.g. Json.NET), so that upon deserialization
I\'m trying to serialize some objects with pr开发者_StackOverflow中文版otobuf-net, but unfortunately they make liberal use of DateTimeOffset, which is not yet supported by protobuf-net.This leads to l
I would like bcl.DateTime elements to be converted to xs:dateTime in XPathDocument This might be related to issue #69
We have a java backend surfacing proto objects using the google implementation. We now want to use these objects in .net on the clien开发者_开发问答t side and manipulate them. The issue is that we don