3 unsigned int inputNodeIndex = 0;
4 unsigned int inputSocketIndex = 0;
5 unsigned int outputNodeIndex = 0;
6 unsigned int outputSocketIndex = 0;
8 template <
class Archive>
9 void serialize( Archive & ar )
11 ar( CEREAL_NVP(inputNodeIndex), CEREAL_NVP(inputSocketIndex),
12 CEREAL_NVP(outputNodeIndex), CEREAL_NVP(outputSocketIndex) );