Serialization

Serialization is straightforward: we serialize each parameter to JSON, send it, and then deserialize it on the receiving end. For more information on this process, check out the JSON.net documentation.

If you want to see how Messenger utilizes JSON serialization, take a look at the Messenger.Serialization.cs class.

There are also examples in the samples folder itself, please go to the samples page for more explanation.

Last updated