Archives the given value.
the value to archive
the base type of the enum
the key associated with the value
the id associated with the value
enum Foo : bool { bar } auto foo = Foo.bar; auto archive = new XmlArchive!(); archive.archive(foo, "bool", "foo", 0);
See Implementation
Archives the given value.