Closed a-gardner1 closed 2 years ago
The parser of the project metadata is likely most easily implemented by defining a corresponding dataclass and using seutil.io.[deserialize|serialize] to read/write the metadata from/to a file.
dataclass
seutil.io.[deserialize|serialize]
Defined in prism.project.metadata.dataclass.
prism.project.metadata.dataclass
The parser of the project metadata is likely most easily implemented by defining a corresponding
dataclass
and usingseutil.io.[deserialize|serialize]
to read/write the metadata from/to a file.