Skip to content

Instantly share code, notes, and snippets.

View paulkohler's full-sized avatar

Paul Kohler paulkohler

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 {