How to handle the copyValue flag for non serializable instances?
...
{
"connectionId": "nonSerializableConnection",
"source": {
"memberIdRef": "componentA",
"slot": "nonSerializableSlot"
},
"destination": {
"memberIdRef": "componentB",
"slot": "nonSerializableSlot"
},
"copyValue": false
}
...Last updated