Interface SitemapSerializer

All Superinterfaces:
ObjectSerializer<Sitemap>

@NonNullByDefault public interface SitemapSerializer extends ObjectSerializer<Sitemap>
SitemapSerializer is the interface to implement by any file generator for Sitemap object.
Author:
Mark Herwege - Initial contribution
  • Method Details

    • setSitemapsToBeSerialized

      void setSitemapsToBeSerialized(String id, List<Sitemap> sitemaps)
      Specify the List of Sitemaps to serialize and associate them with an identifier.
      Parameters:
      id - the identifier of the Sitemap format generation.
      sitemaps - the List of Sitemaps to serialize.