<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr</title>
<link>http://snipplr.com/language/c-sharp/tags/serialization</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Sat, 18 May 2013 18:25:53 GMT</pubDate>
<item>
<title>(C#) XML Serializable Collection - aelesbao</title>
<link>http://snipplr.com/view/54477/xml-serializable-collection/</link>
<description><![CDATA[ <p>[Serializable]
[XmlRoot("items")]
public class ItemCollection : XmlSerializableCollection
{
}</p> ]]></description>
<pubDate>Fri, 27 May 2011 12:13:13 GMT</pubDate>
<guid>http://snipplr.com/view/54477/xml-serializable-collection/</guid>
</item>
<item>
<title>(C#) Class serialization/deserialization using Base64 encoding - dzr_gregory</title>
<link>http://snipplr.com/view/41810/class-serializationdeserialization-using-base64-encoding/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Fri, 08 Oct 2010 05:03:19 GMT</pubDate>
<guid>http://snipplr.com/view/41810/class-serializationdeserialization-using-base64-encoding/</guid>
</item>
<item>
<title>(C#) Generic list wrapper returns a smaller strongly typed sub-list  which modifies the parent-list when changed (without events) - bryanlyman</title>
<link>http://snipplr.com/view/26884/generic-list-wrapper-returns-a-smaller-strongly-typed-sublist--which-modifies-the-parentlist-when-changed-without-events/</link>
<description><![CDATA[ <p>A class which wraps a parent list containing mixed object types, to provide smaller strongly typed sub-lists of objects. These sub-lists can be modified, which then modifies the parent list concurrently (without events being triggered). Supports the merging of other lists of the same type. Supports serialization. Supports parent list auto-instantiation.</p> ]]></description>
<pubDate>Fri, 22 Jan 2010 19:24:16 GMT</pubDate>
<guid>http://snipplr.com/view/26884/generic-list-wrapper-returns-a-smaller-strongly-typed-sublist--which-modifies-the-parentlist-when-changed-without-events/</guid>
</item>
<item>
<title>(C#) Dump an Arbitrary Object to XML (Bypassing Default Serialization) - rengber</title>
<link>http://snipplr.com/view/18836/dump-an-arbitrary-object-to-xml-bypassing-default-serialization/</link>
<description><![CDATA[ <p>Useful in cases where the object author has specified their own serialization that doesn't work for you.</p> ]]></description>
<pubDate>Tue, 25 Aug 2009 17:52:51 GMT</pubDate>
<guid>http://snipplr.com/view/18836/dump-an-arbitrary-object-to-xml-bypassing-default-serialization/</guid>
</item>
<item>
<title>(C#) Serialize/Deserialize - marcocs</title>
<link>http://snipplr.com/view/17616/serializedeserialize/</link>
<description><![CDATA[ <p>Utilidad de serialización de objetos;
Utiliza este class para crear datos xml a partir de un prototipo;</p> ]]></description>
<pubDate>Wed, 29 Jul 2009 09:56:13 GMT</pubDate>
<guid>http://snipplr.com/view/17616/serializedeserialize/</guid>
</item>
<item>
<title>(C#) De-serialize Base64 String to Object - Anthony</title>
<link>http://snipplr.com/view/8014/deserialize-base64-string-to-object/</link>
<description><![CDATA[ <p>De-serializes a Base64 String back to it's original object.  First x characters should indicate the byte length of the encoded data.</p> ]]></description>
<pubDate>Mon, 25 Aug 2008 09:55:22 GMT</pubDate>
<guid>http://snipplr.com/view/8014/deserialize-base64-string-to-object/</guid>
</item>
<item>
<title>(C#) Serialize Object to a Base64 String - Anthony</title>
<link>http://snipplr.com/view/8013/serialize-object-to-a-base64-string/</link>
<description><![CDATA[ <p>Serializes an object to a Base64 string.  The first few characters of the serialized string indicate the byte length of the encoded data.</p> ]]></description>
<pubDate>Mon, 25 Aug 2008 09:52:00 GMT</pubDate>
<guid>http://snipplr.com/view/8013/serialize-object-to-a-base64-string/</guid>
</item>
<item>
<title>(C#) Serializing and Deserializing a Class Created with XSD.Exe Using XML Strings - rengber</title>
<link>http://snipplr.com/view/2660/serializing-and-deserializing-a-class-created-with-xsdexe-using-xml-strings/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Wed, 16 May 2007 14:33:21 GMT</pubDate>
<guid>http://snipplr.com/view/2660/serializing-and-deserializing-a-class-created-with-xsdexe-using-xml-strings/</guid>
</item>
<item>
<title>(C#) Get XML String Out of an Instance of a Class Generated from an XSD File by XSD.exe - rengber</title>
<link>http://snipplr.com/view/2640/get-xml-string-out-of-an-instance-of-a-class-generated-from-an-xsd-file-by-xsdexe/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Tue, 15 May 2007 20:29:41 GMT</pubDate>
<guid>http://snipplr.com/view/2640/get-xml-string-out-of-an-instance-of-a-class-generated-from-an-xsd-file-by-xsdexe/</guid>
</item>
<item>
<title>(C#) Object Serialization - roberocity</title>
<link>http://snipplr.com/view/1378/object-serialization/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Tue, 10 Oct 2006 19:47:10 GMT</pubDate>
<guid>http://snipplr.com/view/1378/object-serialization/</guid>
</item>
</channel>
</rss>