Enum SerializationSyntax¶
Defined in File serialization.hpp
Enum Documentation¶
-
enum class sequant::io::serialization::SerializationSyntax¶
Specifies the syntax of the textual input/representation to use. All potential changes made to the syntax within a given version is understood to be backwards compatible in the from_string(…) sense. That is older inputs will continue to work as before. However, representations generated via to_string(…) may not necessarily be deserializable by older version of SeQuant.
Note
Everything but Latest is considered to be deprecated by default and support for it may be removed in future versions.
Values:
-
enumerator V1¶
-
enumerator Latest¶
-
enumerator V1¶