Hi i am new to STAF. I have some confusion about marshalling and unmarshalling.
What i understand by this terms is
Marshalling is serialising an object to enable it to pass across process boundaries efficiently (normally conversion to a byte stream). Unmarshalling is carried out in the other process to reconstruct the original object from the serialised version.
But why do we need this. How...
2007-04-03 15:42:52 UTC in SW Test Automation Framework