Is there any perfomormance differences between binary and XML serialization?
问题 in terms of both parsing (serializing, deserializing) and sending packets over the network is there any good estimation of performance differences between binary and xml serialization? 回答1: Nope. It depends highly on what sort of data is inside the XML document itself. If you have a lot of structured data, the overhead for XML will be large. For example, if your data looks like: <person> <name>Dave</dave> <ssn>000-00-0000</ssn> <email1>xxxxxx/email1> </person> ... You'll have a lot more