14
14
# along with this program; if not, write to the Free Software
15
15
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
17
18
"""Inventory/revision serialization."""
19
21
from bzrlib import registry
21
24
class Serializer(object):
24
27
def write_inventory(self, inv, f):
25
28
"""Write inventory to a file"""