iserializable
Problem deserializing with NetDataContractSerializer after refactoring code
I have a situation where I\'m serializing some .NET objects using NetDataContractSerializer and storing the XML in a database as a way to remember the state of these objects within an application. Rec[详细]
2023-03-28 16:12 分类:问答Cross-Process Drag and Drop of custom object type contain sorted list of XmlNodes in WinForms C#
I had a similar problem as the user posting at the following location: Cross-Process Drag and Drop of custom object type in WinForms C#[详细]
2023-03-08 04:50 分类:问答ISerializable and DataContract
Using WCF In Silverlight services, typically we want to use the DataContract and Datamember attributes to opt into what we want to have serialized. This is what we send to and from the client. For mos[详细]
2023-02-27 17:53 分类:问答Deserialization of an array always gives an array of nulls
I have a custom abstract base class with sub classes that I\'ve made serializable/deseriablizeable with ISerializable. When I do serialization/deserialization of single instances of this class\' sub c[详细]
2023-01-28 06:34 分类:问答Error: "The deserializer has no knowledge of any type that maps to this contract"?
I have a class Foo marked [Serializable] and implementing ISerializable. I\'m trying to serialize it via DataContractSerializer. In GetObjectData I do this:[详细]
2023-01-18 02:00 分类:问答Passing recursive collection through WCF
I want to pass a fai开发者_运维问答rly generic set of data through a WCF method.The data is basically just a hierarchical set of key/value pairs, but it\'s nested to an arbitrary level.I originally co[详细]
2023-01-13 22:48 分类:问答Using WCF DataContract in MVC SessionState using AppFabric cache
I have a Data Access Layer, a Service Layer, and a Presentation Layer. The Presentation Layer is ASP.NET MVC2 RTM (web), and the Service Layer is WCF (services). It\'s all .NET 3.5 SP1.[详细]
2023-01-13 17:44 分类:问答How to Serialize collection
I have class with property of type ISet. I want to serialize that class but don\'t know how to do with ISet.[详细]
2023-01-12 23:48 分类:问答How to implement ISerializable in F#
Let\'s say you start off with this stub: [<Serializable>] type Bounderizer = val mutable _boundRect : Rectangle[详细]
2023-01-08 20:00 分类:问答ISerializable: Assign an existing object on deserialization
our task is quite simple, we have an object graph where each object (IDItem) has a unique ID. The object graph exists two times, on the client and on the server machine.[详细]
2023-01-06 10:23 分类:问答