Try get a copy of the full packet of data (before serialization) and also try 
serialize a few objects created manually. I get a feeling that the serializer 
is expecting something different to what you're providing once the Serializable 
attribute is present.

-----Original Message-----
From: [email protected] 
[mailto:[email protected]] On Behalf Of sisnaz
Sent: Tuesday, November 08, 2011 5:39 PM
To: [email protected]
Subject: Re: [MonoTouch] the requested operation cannot be completed because...

In case you didn't see my update, I removed [Serializable] and it works fine 
(except serializing to a binary of course). Yes I've verified everything.
The data is there, but when I add [Serializable] the GC nulls out all the 
property's before I can even use it. Seems like a mono bug to me.

I suppose I could create a new class with serializable to save to the file, but 
if the GC won't preserve the data before I can use it, I don't see how it would 
work.

-----
There was only 1 trilogy
--
View this message in context: 
http://monotouch.2284126.n4.nabble.com/the-requested-operation-cannot-be-completed-because-tp4017899p4018007.html
Sent from the MonoTouch mailing list archive at Nabble.com.
_______________________________________________
MonoTouch mailing list
[email protected]
http://lists.ximian.com/mailman/listinfo/monotouch
_______________________________________________
MonoTouch mailing list
[email protected]
http://lists.ximian.com/mailman/listinfo/monotouch

Reply via email to