HS3 serialization#

Some objects in zfit can be serialized using a HS3-like serialization. This is a human-readable, human-editable, and language-independent serialization format that can be used to store and load objects.

Not all objects can be serialized.

zfit.hs3.dumps(obj)

Serialize a PDF or a list of PDFs to a JSON string according to the HS3 standard.

zfit.hs3.loads(string)

Load a zfit object from a string representation in the HS3 format.

zfit.hs3.dump(*_, **__)

zfit.hs3.load(*_, **__)