Hey so i guess i\'m a little confused on the purpose of boost::serialize: Having to add a boost::serialize function to every class you plan to save seems to kind of defeat the purpose of t开发者_JAV
I have a webservice with a method that takes a parameter of abstract base type Specification<TDomainModel> as parameter. I realize that WCF don\'t know how to de-/serialize this without specifyi
I have a problem with the XML serialization from C#. My classes: public abstract class AbstractFeldtyp {
This question already has answers here: Using JSON.NET as the default JSON serializer in ASP.NET MVC 3 - is it possible?
i was faced with one that got me bad <items> <name =\"something 1\" /> <subitems> <name =\"sub something1\" />
I\'ve got the array called listOfContactsToLay - it contains Contact objects with 3 string fields. How can I 开发者_开发技巧write this array to file successfully?
I have a开发者_开发百科 WCF service and the result is a custom TimeSeries class defined as: [DataContract]
I\'m working on an Address Book application in C++. I need to store the data and be able to retrieve it later. I know this requires serialization. I know how to serialize a simple map with a key and v
I am having trouble sending serialized data over a TCP/IP socket connection. My send function looks like this:
This question already has answers here: How can I change property names when serializing with Json.net?