7#ifndef LOGICALACCESS_READERFORMATCOMPOSITE_HPP
8#define LOGICALACCESS_READERFORMATCOMPOSITE_HPP
36 std::shared_ptr<Format> readFormat()
const;
42 void serialize(boost::property_tree::ptree &parentNode)
override;
48 void unSerialize(boost::property_tree::ptree &node)
override;
54 std::string getDefaultXmlNodeName()
const override;
60 std::shared_ptr<ReaderConfiguration> getReaderConfiguration()
const;
66 void setReaderConfiguration(std::shared_ptr<ReaderConfiguration> readerConfig);
72 std::shared_ptr<CardsFormatComposite> getCardsFormatComposite()
const;
78 void setCardsFormatComposite(std::shared_ptr<CardsFormatComposite> composite);
A Xml Serializable base class. Add Xml serialization to a class.
Definition: xmlserializable.hpp:54