zarr.abc.metadata
=================

.. py:module:: zarr.abc.metadata


Classes
-------

.. autoapisummary::

   zarr.abc.metadata.Metadata


Module Contents
---------------

.. py:class:: Metadata

   .. py:method:: from_dict(data: dict[str, zarr.core.common.JSON]) -> Self
      :classmethod:


      
      Create an instance of the model from a dictionary
















      ..
          !! processed by numpydoc !!


   .. py:method:: to_dict() -> dict[str, zarr.core.common.JSON]

      
      Recursively serialize this model to a dictionary.
      This method inspects the fields of self and calls `x.to_dict()` for any fields that
      are instances of `Metadata`. Sequences of `Metadata` are similarly recursed into, and
      the output of that recursion is collected in a list.
















      ..
          !! processed by numpydoc !!


