mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-04-19 09:10:51 +01:00
utils/serializer: add OrderedDict to POD_TYPES
Allow OrderedDict to be serialized in the same way as regular dicts by defining it as a Plain Old Data type.
This commit is contained in:
parent
1df033fc22
commit
7b1cc6fa4e
@ -75,6 +75,7 @@ POD_TYPES = [
|
|||||||
int,
|
int,
|
||||||
float,
|
float,
|
||||||
bool,
|
bool,
|
||||||
|
OrderedDict,
|
||||||
datetime,
|
datetime,
|
||||||
regex_type,
|
regex_type,
|
||||||
none_type,
|
none_type,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user