<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Serialization and Types</title><link>http://blogs.msdn.com/drnick/archive/2007/11/19/serialization-and-types.aspx</link><description>How does a DataContract type get initialized on the server? When I change the constructor for the type, nothing happens. Older serializers relied on calling the parameter-less constructor to initialize the type when deserializing data. Data contract types</description><dc:language>en</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>re: Serialization and Types</title><link>http://blogs.msdn.com/drnick/archive/2007/11/19/serialization-and-types.aspx#6400990</link><pubDate>Mon, 19 Nov 2007 17:04:36 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:6400990</guid><dc:creator>Rob</dc:creator><description>&lt;p&gt;How does the data contract get instantiated without a constructor being called?&lt;/p&gt;</description></item><item><title>Interesting Finds: November 19, 2007</title><link>http://blogs.msdn.com/drnick/archive/2007/11/19/serialization-and-types.aspx#6402283</link><pubDate>Mon, 19 Nov 2007 18:09:23 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:6402283</guid><dc:creator>Jason Haley</dc:creator><description /></item><item><title>re: Serialization and Types</title><link>http://blogs.msdn.com/drnick/archive/2007/11/19/serialization-and-types.aspx#6404427</link><pubDate>Mon, 19 Nov 2007 19:51:31 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:6404427</guid><dc:creator>Nicholas Allen</dc:creator><description>&lt;p&gt;Hi Rob,&lt;/p&gt;
&lt;p&gt;I believe it's this method that gets called to instantiate the object.&lt;/p&gt;
&lt;p&gt;&lt;a rel="nofollow" target="_new" href="http://msdn2.microsoft.com/en-us/library/system.runtime.serialization.formatterservices.getuninitializedobject.aspx"&gt;http://msdn2.microsoft.com/en-us/library/system.runtime.serialization.formatterservices.getuninitializedobject.aspx&lt;/a&gt;&lt;/p&gt;
</description></item><item><title>Controlling for Clock Skew</title><link>http://blogs.msdn.com/drnick/archive/2007/11/19/serialization-and-types.aspx#6404509</link><pubDate>Mon, 19 Nov 2007 19:55:09 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:6404509</guid><dc:creator>Nicholas Allen's Indigo Blog</dc:creator><description>&lt;p&gt;Message replay is an attack where a message is presented to a processor more than once in the hopes of&lt;/p&gt;
</description></item><item><title>re: Serialization and Types</title><link>http://blogs.msdn.com/drnick/archive/2007/11/19/serialization-and-types.aspx#6421504</link><pubDate>Tue, 20 Nov 2007 08:28:59 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:6421504</guid><dc:creator>Nen</dc:creator><description>&lt;p&gt;Very intresting, what i dont understand is why is the service instansitated until and unless the OnSerialized method is completed, shouldn't the value from the client be passed after the &amp;nbsp;OnSerialized method is completed.&lt;/p&gt;</description></item><item><title>re: Serialization and Types</title><link>http://blogs.msdn.com/drnick/archive/2007/11/19/serialization-and-types.aspx#6440860</link><pubDate>Tue, 20 Nov 2007 22:31:04 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:6440860</guid><dc:creator>Nicholas Allen</dc:creator><description>&lt;p&gt;Hi Nen,&lt;/p&gt;
&lt;p&gt;You're actually correct. &amp;nbsp;The service is not instantiated until OnSerialized returns. &amp;nbsp;I didn't notice that I had those out of order when I drafted the list.&lt;/p&gt;
</description></item></channel></rss>