Hello, I'm trying to write out my object into JSON using C#/Thrift. But I can't seem to find TSerializer. I have the Thrift C# library version 0.9.1.3 downloaded from NuGet in VS 2013. I've checked the DLL and can't locate it in any of the namespaces. I believe it's supposed to be in the root 'Thrift' namespace.
Could it be that this was somehow not included in the NuGet package? Joe
