8#include "Arp/Base/Rsc/Commons/Rsc.hpp"
9#include "Arp/Base/JRsc/Commons/JRsc.hpp"
10#include "Arp/Base/Rsc/Commons/RscSerializable.hpp"
11#include "Arp/Base/Rsc/Commons/RscString.hxx"
15namespace Arp::Services::BackupAndRestore::Services
19using namespace Arp::Base::Rsc::Commons;
20using namespace Arp::Base::Rsc::Commons::Services;
109 boolean MustBeAbsent =
false;
119 void Serialize(JRscWriter& writer)
const;
120 void Deserialize(JRscReader& reader);
121 static size_t GetFieldCount(
void);
Any custom struct type which is intended to be marshalled in a Rsc serialization context,...
Definition: RscSerializable.hpp:35
Reads marshaled data of RSC services.
Definition: RscReader.hpp:34
Writes marshalled data of RSC services.
Definition: RscWriter.hpp:34
A criterion which must be fulfilled by an item.
Definition: TagCriterion.hpp:100
RscString< 64 > Tag
The tag.
Definition: TagCriterion.hpp:114
TagCriterion(void)
Constructs an TagCriterion instance.
Namespace for the JSON RSC extension
Root namespace for the PLCnext API