I have a class I\'ve marked as Serializable, with a Uri property. How can I get the Uri to serialize/Deserialize without making the property of type string?
Implement and IDeserializationCallback and use that field on your own.
http://msdn.microsoft.com/en-us/library/system.runtime.serialization.ideserializationcallback.aspx