Release NotesIf you don't already have a reference to
FlitBit Representations add one using the NuGet command line:
PM> Install-Package FlitBit.Represent
Summary
FlitBit Representations is a small library containing an abstraction for working with an object's representations. It implements binary (via serialization), JSON, and BSON using
Json.NET.
Other Useful Frameworks
Visit the
Core library's page to learn more about the
FlitBit Frameworks.
After I get the other frameworks published I'll make another pass and document the interesting parts of this library.
Build Requirements
Some of the command lines rely on Powershell. Ensure your execution policy is permissive enough if you run the batch files or powershells.
~P