(Choose 1 answer)
Choose the correct definition of MessagePack (protocol for encoding messages) supported by ASP.NET Core SignalR.
A. MessagePack is an efficient binary serialization format. It lets you exchange data among multiple languages like JSON. But it's faster and smaller.
B. None of the others.
C. MessagePack is a lightweight data-interchange format. It is easy for humans to read and write. It is easy for machines to parse and generate.
D. MessagePack is a computer data interchange format. It is a binary form for representing simple or complex data structures including associative arrays, integer indexed arrays, and a suite of fundamental scalar types.
R
4