cirq.json_namespace
Returns a namespace for JSON serialization of type_obj
.
cirq.json_namespace(
type_obj: Type
) -> str
Types can provide custom namespaces with _json_namespace_
; otherwise, a
Cirq type will not include a namespace in its cirq_type. Non-Cirq types
must provide a namespace for serialization in Cirq.
Args |
type_obj
|
Type to retrieve the namespace from.
|
Returns |
The namespace to prepend type_obj with in its JSON cirq_type.
|
Raises |
ValueError
|
if type_obj is not a Cirq type and does not explicitly
define its namespace with _jsonnamespace.
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-06-27 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-06-27 UTC."],[],[]]