About 7,770 results
Open links in new tab
  1. Removing Xml Namespaces from XmlSerialization

    Aug 10, 2010 · I am currently using Xml Serialization to serialize my classes in Visual Studio 2010, but I have been unable to remove the default namespaces that get attached to my document.

  2. XML Serialization and New Line characters - social.msdn.microsoft.com

    Jan 10, 2009 · I have a System::String object, that contains new line characters "\r\n". But after serialization and deserialization the former "\r\n" became a simple "\n".

  3. C# serialize / de-serialize to/from excel sheet

    Jan 30, 2017 · Below is an XML sketch that shows the (tree) structure of the data. One solution could simply be: writing that xml on an excel sheet and instantiating the objects directly from this xml. …

  4. ¿Cómo setear valores en una propiedad que es un array y es del tipo …

    Dec 9, 2017 · Estoy desarrollando una aplicación donde debo serializar una clase en un Json, en esta clase existe una propiedad que es un arreglo y el tipo es object, fíjense este es la clase donde se …

  5. Could not load file or assembly '0 bytes loaded from System, …

    Oct 4, 2010 · "Could not load file or assembly '0 bytes loaded from System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' or one of its dependencies. An attempt was …

  6. How to set maximum length for a string in xsd?

    Jul 20, 2011 · How to set maximum length for a string in XSD definition? In C# for a string we can use int.max. What is the quiavalent in XML? or what is the maximum length of a string in xml?

  7. C++ - Serializing class instances with MSMQ

    Feb 5, 2013 · You do the message serialization in c#, but make the c# com callable by simply adding the com attributes to the class/methods.

  8. Creating a CSV file from API Get Data - social.msdn.microsoft.com

    Jun 15, 2018 · A senior developer has written a program, that currently consumes data from an API and converts to a JSON format. I now need to write a method that will take this data and create a CSV (;) …

  9. Generic Dictionary Serialization./ General serialization "rules"

    Mar 11, 2009 · Generic Dictionary Serialization./ General serialization "rules" Archived Forums A-B > ASMX Web Services and XML Serialization

  10. Using WCF client: “Use the XmlInclude or SoapInclude attribute to ...

    Feb 7, 2018 · Archived Forums 461-480 > Windows Communication Foundation, Serialization, and Networking