Adds partial serialization of RSS 1 and RSS 2 to XML, so that it can be written to a file, like feed.rss.
This PR only adds partial serialization because these properties are needed for the Flutter Bounty Hunters blog right now. More properties can be added later. We should be able to add more property serializations without breaking the uses of the serialization in this PR.
Adds partial serialization of RSS 1 and RSS 2 to XML, so that it can be written to a file, like
feed.rss
.This PR only adds partial serialization because these properties are needed for the Flutter Bounty Hunters blog right now. More properties can be added later. We should be able to add more property serializations without breaking the uses of the serialization in this PR.