def _json_dict_(self):
     return json_serialization.dataclass_json_dict(
         self, namespace='test.noncirq.namespace')
Exemple #2
0
 def _json_dict_(self):
     return json_serialization.dataclass_json_dict(self)
Exemple #3
0
 def _json_dict_(self) -> Dict[str, Any]:
     return dataclass_json_dict(self)