save monobehaviour properties in file

hi all!
I need to store my public properties of my class into a file (ini or something other)
actually I do it manually, but there’s a way to store and load these properties directly without doing all manually?

thanks;)

Maybe this?

http://wiki.unity3d.com/index.php?title=Saving_and_Loading_Data:_XmlSerializer

thanks, this is what I need!!!