PLCnext API Documentation 25.0.2.69
RscSerializable.hpp
1
2//
3// Copyright Phoenix Contact GmbH & Co. KG
4//
6#pragma once
8
9namespace Arp::Base::Rsc::Commons
10{
11
34class ARP_EXPORT RscSerializable
35{
36public: // construction
38 RscSerializable(void) = default;
39};
40
41} // end of namespace Arp::Base::Rsc::Commons
Any custom struct type which is intended to be marshalled in a Rsc serialization context,...
Definition: RscSerializable.hpp:35
RscSerializable(void)=default
The default constructor.