Home
last modified time | relevance | path

Searched refs:currentJsonSerializerStrategy (Results 1 – 1 of 1) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/Config/
DSimpleJson.cs1468 private static IJsonSerializerStrategy currentJsonSerializerStrategy; field in Antmicro.Renode.Config.SimpleJson
1475 …return currentJsonSerializerStrategy ?? (currentJsonSerializerStrategy = PocoJsonSerializerStrateg…
1480 currentJsonSerializerStrategy = value;