mirror of
https://github.com/tiqi-group/pydase.git
synced 2025-04-20 08:20:02 +02:00
updates serializer type (dictionary object)
This commit is contained in:
parent
33aa8708fd
commit
b2f59dd447
@ -164,7 +164,9 @@ class Serializer:
|
|||||||
}
|
}
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def _serialize_dict(obj: dict[str, Any], access_path: str = "") -> SerializedDict:
|
def _serialize_dict(
|
||||||
|
obj: dict[str | float, Any], access_path: str = ""
|
||||||
|
) -> SerializedDict:
|
||||||
readonly = False
|
readonly = False
|
||||||
doc = get_attribute_doc(obj)
|
doc = get_attribute_doc(obj)
|
||||||
value = {}
|
value = {}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user