Web
Docs
Framework
Guide
API
GitHub
Twitter
Get Help
Support/Buy
FeedSerializer
.
SerializeXml
(FeedType,
IFeed,
Stream)
Method
Namespace
Statiq
.Feeds
.Syndication
Type
FeedSerializer
Method Members
DeserializeXml
(Stream)
SerializeXml
(IFeed,
Stream)
SerializeXml
(FeedType,
IFeed,
Stream)
SerializeXml
(IFeed,
Stream,
string)
SerializeXml
(FeedType,
IFeed,
Stream,
string)
SerializeXml
(IFeed,
Stream,
string,
bool)
SerializeXml
(FeedType,
IFeed,
Stream,
string,
bool)
Namespace
Statiq
.Feeds
.Syndication
Containing Type
FeedSerializer
Syntax
public
static
void
SerializeXml
(
FeedType
feedType
,
IFeed
feed
,
Stream
output
)
Parameters
Name
Type
Description
feedType
FeedType
feed
IFeed
output
Stream
On This Page
Syntax
Parameters