Going "old school" with a .Net 1.1 Compact Framework app and I'd like to be able to serialize a list of objects to memory -- are there any serialization libraries included in the 1.0 framework?
I should add that the System.Runtime.Serialization namespace doesn't exist in the 1.1 Framework (or so my compiler says).