Skip to content

Instantly share code, notes, and snippets.

@PeteGoo
PeteGoo / Global.asax.cs
Created April 9, 2012 00:24
ProtobufNetFormatter for Web API
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Web.Http;
using System.Web.Mvc;
using System.Web.Optimization;
using System.Web.Routing;
using Newtonsoft.Json;
using Newtonsoft.Json.Converters;