I'm writing code that's traversing big amounts of picture data, preparing a big delta block containing it all compressed for sending....Here's a sample on how this data could be...[MessagePackObject]
public class Blob : VersionEntity
{
[Key(2)]
pu...