mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-06-15 04:46:14 +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:
@ -75,6 +75,7 @@ POD_TYPES = [
|
||||
int,
|
||||
float,
|
||||
bool,
|
||||
OrderedDict,
|
||||
datetime,
|
||||
regex_type,
|
||||
none_type,
|
||||
|
Reference in New Issue
Block a user