SerializedDatasetRef
====================

.. currentmodule:: lsst.daf.butler

.. autoclass:: SerializedDatasetRef
   :show-inheritance:

   .. rubric:: Attributes Summary

   .. autosummary::

      ~SerializedDatasetRef.copy
      ~SerializedDatasetRef.dict
      ~SerializedDatasetRef.json

   .. rubric:: Methods Summary

   .. autosummary::

      ~SerializedDatasetRef.construct
      ~SerializedDatasetRef.from_orm
      ~SerializedDatasetRef.parse_file
      ~SerializedDatasetRef.parse_obj
      ~SerializedDatasetRef.parse_raw
      ~SerializedDatasetRef.schema
      ~SerializedDatasetRef.schema_json
      ~SerializedDatasetRef.update_forward_refs
      ~SerializedDatasetRef.validate

   .. rubric:: Attributes Documentation

   .. autoattribute:: copy
   .. autoattribute:: dict
   .. autoattribute:: json

   .. rubric:: Methods Documentation

   .. automethod:: construct
   .. automethod:: from_orm
   .. automethod:: parse_file
   .. automethod:: parse_obj
   .. automethod:: parse_raw
   .. automethod:: schema
   .. automethod:: schema_json
   .. automethod:: update_forward_refs
   .. automethod:: validate