Page 1 of 1

Serialisation

Posted: Tue Jun 02, 2009 1:24 pm
by atom
Hiya

Are all Ranorex API objects serialisable?
Can they be marshalled?
Can they be remoted?

Thanks
Clayton

Posted: Wed Jun 03, 2009 10:30 am
by Support Team
Clayton,

Remoting with Ranorex is currently not "officially" supported.

However, most Ranorex classes are either marked as [Serializable]
or derive from MarshalByRefObject (Element, ElementEngine)
You can try to expose the root element (Host.Local) using remoting, and work on that object remotely.

Michael
Ranorex Team