http://bugzilla.novell.com/show_bug.cgi?id=316921
User [email protected] added comment http://bugzilla.novell.com/show_bug.cgi?id=316921#c4 Robert Jordan <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #4 from Robert Jordan <[email protected]> 2009-08-05 16:05:37 MDT --- Serializing an "int" in a method call is not a good benchmark because ints and other primitive types enjoy optimized treatment by the serializer. You should rather bench a user defined [Serializable] type because in this case the serialization stream is required to contain the full assembly name of the type. -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. You are the assignee for the bug. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
