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?
Uri class implements ISerializable Interface so it should be able to take care of serialization/deserialization.