WCF data serialization : can it go faster?

后端 未结 3 1638
我在风中等你
我在风中等你 2021-01-16 12:37

This question is sort of a sequel to that question.

When we want to build a WCF service which works with some kind of data, it\'s natural that we want it to be fast

3条回答
  •  没有蜡笔的小新
    2021-01-16 13:32

    Based on what I have gathered by looking at various reviews and performance benchmarks, I would choose protobuf-net as a serializer. It's just a matter of design whether it can be plugged into my service configuration. More info about that here.

    Although not completely an answer to this question, jessehouwing had the best answer and I am marking it as accepted.

提交回复
热议问题