http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14639 Bug ID: 14639 Summary: Extend Koha::MetadataRecord to handle serialization format Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Architecture, internals, and plumbing Assignee: gmcharlt@gmail.com Reporter: tomascohen@gmail.com QA Contact: testopia@bugs.koha-community.org Koha::MetadataRecord was introduced to abstract records, and carry information about the records. It is currently missing a way to know the serialization format used. This is pretty important when it comes to using Koha::RecordProcessor to apply filters on records, as different filter could be needed depending on the serialization format: for example, a source could be a USMARC record and another one an XML record, both representing MARC21 metadata. The same applies if you think of JSON records, etc. -- You are receiving this mail because: You are watching all bug changes.