When would we use binary encoder?

Technology CommunityCategory: WCFWhen would we use binary encoder?
VietMX Staff asked 3 years ago

The binary message encoder, uses a compact binary format and is optimized for WCF to WCF communication, and hence is not interoperable. This is also the most performant encoder of all the encoders WCF provides. Binary encodings are generally more compact than text encodings. When message size is at a premium, consider also compressing the message contents during encoding.