No announcements
Found 321426 threads
-
2 Votes
Encrypt Object before Binary Serialization
In addition, I think you can check this article about how to encrypt a serialized file and read it back.Answered | 4 Replies | 7501 Views | Created by Amit Birla - Friday, February 25, 2011 12:08 PM | Last reply by Larcolais Gong - Sunday, March 6, 2011 2:30 PM -
1 Votes
Xml Serialization and Binary Serialization
I recall the same issue in ADO.NET 1.1, SerializationFormat.Xml was the only choice, thus even if you used BinaryFormatter, a DataSet would still be serialized as Xml, and you would ...Answered | 1 Replies | 3342 Views | Created by Hardy - Thursday, February 5, 2009 1:56 AM | Last reply by JohnGrove - Thursday, February 5, 2009 2:07 AM -
0 Votes
Xml serialization
See webpages ...Answered | 1 Replies | 698 Views | Created by Anurag1986 - Sunday, October 6, 2013 12:27 AM | Last reply by Joel Engineer - Sunday, October 6, 2013 6:37 AM -
0 Votes
XML Serialization with embedded XML data
The trick is to serialize XmlDocument.Answered | 7 Replies | 7377 Views | Created by Bassman3 - Wednesday, November 2, 2011 12:31 PM | Last reply by Werner Clausen - Monday, May 21, 2012 6:38 AM -
0 Votes
XML serializing object (xml declaration)
I serialize to memorystream and afterwards, I change it.Answered | 2 Replies | 3558 Views | Created by SnavsDK - Friday, June 27, 2008 11:17 AM | Last reply by SnavsDK - Tuesday, July 1, 2008 8:52 AM -
2 Votes
Entity graph serialization to xml
Related objects are not serialized to XML but you can sneak around the issue.Answered | 7 Replies | 7048 Views | Created by Navneet Singh Lall - Tuesday, September 8, 2009 9:45 AM | Last reply by aryanariset - Monday, April 11, 2011 7:59 PM -
1 Votes
DTO class serialization in xml
XML Serialization and Deserialization .Answered | 3 Replies | 4307 Views | Created by GurunGuns - Monday, September 14, 2009 10:51 PM | Last reply by Reed Copsey, Jr - Tuesday, September 15, 2009 3:44 PM -
0 Votes
How to Serialize the Excel data with the XML Serialization Method ?
dbAdapter.Fill(ds); return ds; } } About how to serialize and deserialize xml using XmlSerializer, please ...Answered | 1 Replies | 5808 Views | Created by Girithara M - Friday, August 30, 2013 5:00 AM | Last reply by Caillen - Monday, September 2, 2013 3:05 AM -
0 Votes
XML serialize without deserialise
There are 2 types of serialization.Answered | 2 Replies | 3402 Views | Created by Waratah - Wednesday, April 21, 2010 12:57 AM | Last reply by Waratah - Wednesday, April 21, 2010 4:08 AM -
3 Votes
Encrypted XML File
Just keep on encrypting everytime you add new data.Answered | 4 Replies | 904 Views | Created by Jassim Rahma - Monday, September 15, 2014 5:56 AM | Last reply by Joel Engineer - Tuesday, September 16, 2014 9:27 AM -
0 Votes
XML serialize
(AddressList); } public static void serialize(List<xmlserial> list) { XmlSerializer serializer = ...Answered | 1 Replies | 623 Views | Created by scottichrosaviakosmos - Thursday, February 4, 2016 4:42 PM | Last reply by Zhanglong Wu - Thursday, February 11, 2016 9:39 AM -
0 Votes
serialize xml to an object
Yes, it can be done by including XML tags in special comment fields in the source code directly before the code block they refer to.Answered | 3 Replies | 809 Views | Created by William256 - Monday, April 15, 2013 3:37 AM | Last reply by Wizend - Monday, April 15, 2013 1:36 PM -
0 Votes
Serialize object to XML file
.: https://docs.microsoft.com/en-us/dotnet/framework/serialization/controlling-xml-serialization-using-attributes.Answered | 4 Replies | 574 Views | Created by Jotric1978 - Wednesday, August 2, 2017 6:31 AM | Last reply by Viorel_ - Thursday, August 3, 2017 10:07 AM -
1 Votes
XML Serialization array / arraylist question
So I need to either change the XML or create new serializer :( Thanks.Answered | 2 Replies | 2422 Views | Created by RandomCoder1723 - Friday, October 16, 2009 5:15 PM | Last reply by RandomCoder1723 - Friday, October 16, 2009 6:34 PM -
0 Votes
Issue with serializing an xml
Your starting point seems to be an XML file, right?Answered | 3 Replies | 1692 Views | Created by sm_1234 - Wednesday, October 15, 2014 6:37 AM | Last reply by sm_1234 - Thursday, October 16, 2014 10:40 AM -
1 Votes
Problem in xml serialization
There is a pattern, that for a member Foo, a bool member FooSpecified can be used to indicate whether the item has a real value - i.e. should it be serialized, and did it have an ...Answered | 2 Replies | 3084 Views | Created by Kapilg - Thursday, October 16, 2008 11:30 AM | Last reply by Rudedog2 - Thursday, October 16, 2008 1:58 PM -
1 Votes
WCF Serialization, converting from classic Xml Serialization
DataContract serializer provides only limited control of resulting XML.Answered | 2 Replies | 6886 Views | Created by Henrik Skak Pedersen - Saturday, June 26, 2010 7:23 AM | Last reply by Ladislav Mrnka - Saturday, June 26, 2010 10:26 AM -
2 Votes
XML Serialization and Line Breaks
I've had 100 mb XML files like this.Answered | 5 Replies | 25890 Views | Created by LinuxH8ter - Sunday, February 15, 2009 9:32 AM | Last reply by Diggy - Friday, November 6, 2009 9:20 PM -
0 Votes
Xml serialization with interfaces
You may want to convert the XML To JSON and use it's serialization and deserialization functions/methods.Answered | 5 Replies | 617 Views | Created by Ritmo2k - Monday, May 16, 2016 1:14 PM | Last reply by JPDavinci - Friday, May 20, 2016 9:36 AM -
0 Votes
XML Serialization format?
xml version="1.0" encoding="IBM437"?Answered | 1 Replies | 1771 Views | Created by AmazingTrans - Wednesday, July 13, 2011 9:29 PM | Last reply by Family Tree Mike - Thursday, July 14, 2011 12:30 AM - Items 1 to 20 of 321426 Next ›
No announcements