Searched refs:PythonDictionarySurrogate (Results 1 – 3 of 3) sorted by relevance
14 public class PythonDictionarySurrogate : Dictionary<object, object> class16 public PythonDictionarySurrogate(PythonDictionary dictionary) in PythonDictionarySurrogate() method in Antmicro.Renode.Peripherals.Python.PythonDictionarySurrogate
51 … serializer.ForObject<PythonDictionary>().SetSurrogate(x => new PythonDictionarySurrogate(x)); in ShouldSerializePyDevWithListAndDictionary()52 serializer.ForSurrogate<PythonDictionarySurrogate>().SetObject(x => x.Restore()); in ShouldSerializePyDevWithListAndDictionary()
306 … serializer.ForObject<PythonDictionary>().SetSurrogate(x => new PythonDictionarySurrogate(x)); in EmulationManager()307 serializer.ForSurrogate<PythonDictionarySurrogate>().SetObject(x => x.Restore()); in EmulationManager()