mss_dataserver.core.json_util.
object_to_dict
Copy selected attributes of object to a dictionary.
obj (object) – An instance of a python class.
object
attr (list of String) – The attributes to copy to the dictionary.
d – A dictionary with the selected attributes.
dict