[Mono-devel-list] Some (uninformed) serialization questions

Peter Williams peter at newton.cx
Mon Sep 1 00:44:39 EDT 2003


Two questions:

	* Say I want to create a dictionary of objects and serialize it. Is
there a way to only deserialize each item as I request it, instead of
deserializing the whole table at once?

	* I'm creating types dynamically using reflection and then serializing
instances of them. When I try to deserialize, it bombs: the code wants
to load a .dll with the dynamically defined types, which I don't have.
But I *have* redefined the dynamic types before attempting to
deserialize, so it seems like it should be able to deserialize
successfully. Am I doing something silly here?

	Peter

-- 
Peter Williams                          peter at newton.cx

"[Ninjas] are cool; and by cool, I mean totally sweet."
                              -- REAL Ultimate Power




More information about the Mono-devel-list mailing list