I want to save/read an object to disk in c#. some of it's properties are not marked with [Serializable]. Is there any other way to save it? I don't care about the format of the object on the disk, I only want to dump it to the disk and read it.
Any suggestions?