Skip to content

Akavache.Reactive.SystemTextJson namespace

Part of the Akavache.SystemTextJson.Bson.Reactive package.

TypeKindSummary
SerializerExtensionsclassExtension methods that expose the AOT-safe JsonTypeInfo overloads of [ISerializer](# from the System.Text.Json-backed serializers without pulling System.Text.Json into Akavache.Core.
SystemJsonBsonSerializerclassSupplies the "Date":(\d{15,}) regex that recognises tick-based BSON date fields. net7+ gets it from the [GeneratedRegex] source generator; older targets, which have no generator, fall back to a compiled instance built once at type initialisation. Both branches match exactly the same pattern.