F
Flynn Arrowstarr
I am using a class in C# to store application settings,
but I'd like to be able to write those settings to a
file. According to a book I have for the desktop
Framework, I need to Serialize the class, then use the
GetObjectData method of the ISerializable interface to
define the properties I want to be serialized.
Only problem is, System.Runtime.Serialization doesn't
seem to be supported by the Compact Framework. Any ideas
how I can write the Object properties I want to a
text/XML/binary file? Thanks =)
Flynn
but I'd like to be able to write those settings to a
file. According to a book I have for the desktop
Framework, I need to Serialize the class, then use the
GetObjectData method of the ISerializable interface to
define the properties I want to be serialized.
Only problem is, System.Runtime.Serialization doesn't
seem to be supported by the Compact Framework. Any ideas
how I can write the Object properties I want to a
text/XML/binary file? Thanks =)
Flynn