|
-
Dec 23rd, 2005, 01:46 AM
#1
[RESOLVED] XML Serialization question
i have a class that contains a few properties and two methods, SaveToFile and LoadFromFile.
if i serialize the class in SaveToFile using serializer.Serialize(fs, this); is it possible to deserialize in the same way without creating a temporary variable to deserialize to and then setting the properties from the temporary variable?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|