1
0
mirror of https://github.com/crawler-commons/crawler-commons synced 2024-09-21 17:01:35 +02:00
crawler-commons/src/main/java/crawlercommons/sitemaps/extension
Sebastian Nagel 78d7e7e85f
Sitemaps to implement Serializable, fixes #244 (#294)
- make all sitemap classes including extensions to implement the
  Serializable interface
- extend sitemap parser unit tests to check object serialization
  on various types of sitemaps (index, Atom/RSS feeds, video sitemaps,
  etc.)
2020-06-22 12:51:40 +01:00
..
Extension.java Add support for the Mobile sitemap extension 2018-09-28 12:05:07 +02:00
ExtensionMetadata.java Sitemaps to implement Serializable, fixes #244 (#294) 2020-06-22 12:51:40 +01:00
ImageAttributes.java Sitemaps to implement Serializable, fixes #244 (#294) 2020-06-22 12:51:40 +01:00
LinkAttributes.java Sitemaps to implement Serializable, fixes #244 (#294) 2020-06-22 12:51:40 +01:00
MobileAttributes.java Sitemaps to implement Serializable, fixes #244 (#294) 2020-06-22 12:51:40 +01:00
NewsAttributes.java Sitemaps to implement Serializable, fixes #244 (#294) 2020-06-22 12:51:40 +01:00
VideoAttributes.java Sitemaps to implement Serializable, fixes #244 (#294) 2020-06-22 12:51:40 +01:00