why we can't Serialize these objects?
问题 why we can't Serialize objects into Random Access file ? and on the other hand we can serialize objects into sequential access file ? ""C# does not provide a means to obtain an object’s size at runtime. This means that, if we serialize the class, we cannot guarantee a fixed-length record size "" (from the book that i read in). so we cannot read the the random access file because we don't know every object size in the file so how we could do seeking ?????? 回答1: Any object marked with the