Table of Contents

Class NewtonsoftBsonSerializer

Namespace
Akavache.NewtonsoftJson
Assembly
Akavache.NewtonsoftJson.dll

A Newtonsoft.Json serializer configured for maximum Akavache BSON compatibility. This is a convenience class that configures NewtonsoftSerializer to use BSON format.

public class NewtonsoftBsonSerializer : NewtonsoftSerializer, ISerializer
Inheritance
NewtonsoftBsonSerializer
Implements
Inherited Members
Extension Methods

Constructors

NewtonsoftBsonSerializer()

Initializes a new instance of the NewtonsoftBsonSerializer class.

public NewtonsoftBsonSerializer()