Can a colorTransform be saved as a SharedObject?

I am trying to save an array of user color choices in a SharedObjects file. It appears to save (I read it as string in a text area) but when another element of the array is changed (also apparently successfully), the first element returns “[object Object]”.

Simply put, I just want to store colorTransforms in a SharedObject file.

Any help greatly appreciated.