Skip to content

JsonDurableDictionaryCommandCodec<TKey, TValue>.JsonDurableDictionaryCommandCodec<TKey, TValue>(JsonSerializerOptions?)

JsonDurableDictionaryCommandCodec<TKey, TValue>(JsonSerializerOptions?)

View source
public JsonDurableDictionaryCommandCodec<TKey, JsonDurableDictionaryCommandCodec(JsonSerializerOptions? options = null)
JSON codec for durable dictionary journal entries.

Parameters

optionsJsonSerializerOptions?

Examples

["set","alice",42]
["snapshot",[["alice",42]]]