Namespace Akavache.SystemTextJson
Classes
- AkavacheBuilderExtensions
Provides extension methods for configuring Akavache to use System.Text.Json serialization.
- SystemJsonBsonSerializer
A System.Text.Json serializer configured for maximum Akavache BSON compatibility. This is a convenience class that configures SystemJsonSerializer to use BSON format.
- SystemJsonSerializer
A unified serializer using System.Text.Json with automatic format detection. Supports both JSON and BSON formats for maximum compatibility.