Add yaml serializer to Library, Title, Entry

This commit is contained in:
Leeingnyo
2021-09-09 20:45:47 +09:00
parent 0667f01471
commit 291a340cdd
3 changed files with 6 additions and 0 deletions
+2
View File
@@ -1,4 +1,6 @@
class Library
include YAML::Serializable
getter dir : String, title_ids : Array(String),
title_hash : Hash(String, Title)