Table of Contents

Namespace Akavache.NewtonsoftJson

Classes

AkavacheBuilderExtensions

Provides extension methods for configuring Akavache to use Newtonsoft.Json serialization.

NewtonsoftBsonSerializer

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

NewtonsoftSerializer

A unified serializer using Newtonsoft.Json with automatic format detection. Supports both JSON and BSON formats for maximum compatibility with Akavache.