Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/Python/
DPythonDictionarySurrogate.cs14 public class PythonDictionarySurrogate : Dictionary<object, object> class
16 public PythonDictionarySurrogate(PythonDictionary dictionary) in PythonDictionarySurrogate() method in Antmicro.Renode.Peripherals.Python.PythonDictionarySurrogate
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Tests/UnitTests/PythonPeripherals/
DSerializationTests.cs51 … serializer.ForObject<PythonDictionary>().SetSurrogate(x => new PythonDictionarySurrogate(x)); in ShouldSerializePyDevWithListAndDictionary()
52 serializer.ForSurrogate<PythonDictionarySurrogate>().SetObject(x => x.Restore()); in ShouldSerializePyDevWithListAndDictionary()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Core/
DEmulationManager.cs306 … serializer.ForObject<PythonDictionary>().SetSurrogate(x => new PythonDictionarySurrogate(x)); in EmulationManager()
307 serializer.ForSurrogate<PythonDictionarySurrogate>().SetObject(x => x.Restore()); in EmulationManager()