<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"></head>
<body bgcolor="#FFFFFF"><div>Take a look at the clrtype sample; it shows how to use .NET attributes on python classes, such as Serializable.</div><div><br></div><div><a href="http://ironpython.codeplex.com/releases/view/36280#DownloadId=116513">http://ironpython.codeplex.com/releases/view/36280#DownloadId=116513</a><br><br>~Jimmy</div><div><br>On Apr 13, 2010, at 5:42 AM, &quot;Pablo Dalmazzo&quot; &lt;<a href="mailto:pablodalma93@hotmail.com">pablodalma93@hotmail.com</a>&gt; wrote:<br><br></div><div></div><blockquote type="cite"><div>
Hi,<br>
<br>
I need to mark an IronPython class as serializable . Is it possible to 
do this?<br>
Now I know this could be a bad idea for performance reasons and other 
reasons perhaps, but I want to store a custom class object in the 
<a href="http://asp.net">asp.net</a> webforms ViewState, that way when the page is closed the object 
disappears, and <a href="http://asp.net">asp.net</a> tells me it can't be done because the object 
isnt marked as serializable. I know it can be a bad idea but I would 
like to give it a try and see how it turns out to work.<br>
<br>
Greetings, Pablo                                               <br><hr>Con Hotmail hay una forma muy fácil de encontrar tus emails: organizalos por carpetas.    <a href="http://www.descubrewindowslive.com/hotmail/organizacion.asp" target="_new">Ver más</a>
</div></blockquote><blockquote type="cite"><div><span>_______________________________________________</span><br><span>Users mailing list</span><br><span><a href="mailto:Users@lists.ironpython.com">Users@lists.ironpython.com</a></span><br><span><a href="http://lists.ironpython.com/listinfo.cgi/users-ironpython.com">http://lists.ironpython.com/listinfo.cgi/users-ironpython.com</a></span><br></div></blockquote></body></html>