bugfix: do not append on Metadata::serialize()
Metadata::serialize() was appending result instead of ovewriting it. The new approach is to make serialize function return a new constructed string instead of accepting a string reference to fill.
parent
716334ce
Please register or sign in to comment