Hello, I have found here <http://msdn.microsoft.com/en-us/library/ms731045%28v=vs.100%29.aspx> the rules for naming the generic types : /By default, the data contract name for a generic type is the name of the type, followed by the string "Of", followed by the data contract names of the generic parameters, followed by a hash computed using the data contract namespaces of the generic parameters. /. So mono doesn't add the hash key to the names of the generic parameters. I am still searching, thanks for your help, Ghislain
-- View this message in context: http://mono.1490590.n4.nabble.com/DataContractSerializer-dictionaries-element-names-tp4663929p4663992.html Sent from the Mono - General mailing list archive at Nabble.com. _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
