Converter
=========

.. currentmodule:: asdf.extension

.. autoclass:: Converter
   :show-inheritance:

   .. rubric:: Attributes Summary

   .. autosummary::

      ~Converter.tags
      ~Converter.types

   .. rubric:: Methods Summary

   .. autosummary::

      ~Converter.from_yaml_tree
      ~Converter.to_yaml_tree

   .. rubric:: Attributes Documentation

   .. autoattribute:: tags
   .. autoattribute:: types

   .. rubric:: Methods Documentation

   .. automethod:: from_yaml_tree
   .. automethod:: to_yaml_tree
