Skip to content

SystemTextJsonSerializerExtensions Methods

Supports all classes in the .NET class hierarchy and provides low-level services to derived classes. This is the ultimate base class of all .NET classes; it is the root of the type hierarchy.

UseSystemTextJsonGrainStorageSerializer(ISiloBuilder)

staticextension
View source
public static ISiloBuilder UseSystemTextJsonGrainStorageSerializer(this ISiloBuilder siloBuilder)
Configures System.Text.Json as the default grain storage serializer.

Parameters

siloBuilderISiloBuilder
The silo builder to configure with System.Text.Json grain storage support.

Returns

The silo builder.