Skip to content

Instantly share code, notes, and snippets.

View viridissoftware's full-sized avatar

viridissoftware

View GitHub Profile
using System;
using System.IO;
using System.Messaging;
using System.Text;
using Newtonsoft.Json;
public class JsonMessageFormatter : IMessageFormatter
{
private static readonly JsonSerializerSettings DefaultSerializerSettings =
new JsonSerializerSettings {