Hi. I found a similar issue solved in #232, but this time it's the serialization of data that's missing. AWS has added a few shapes with the :document true field in the bedrock-runtime API (I haven't ...
I'm making an AOT compatible library. This library contains a base type that users inherit from for their own custom classes. This type needs serialized, but considering the base type and the derived ...
Visual Studio 2013 came with a new version of Web API. The Web API 2.1 update includes a host of new features, including support for Binary JSON. Learn how to leverage BSON by building a Web API 2.1 ...
So I'm whipping up something quick and dirty for a work project. I've got a C# class that is all string types, nothing fancy, and once the item is created it gets serialized with the new ...