Serialisation

Ask general questions here.
atom
Posts: 357
Joined: Sun Dec 07, 2008 11:14 pm
Location: Dublin, Ireland

Serialisation

Post by atom » Tue Jun 02, 2009 1:24 pm

Hiya

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

Thanks
Clayton

User avatar
Support Team
Site Admin
Site Admin
Posts: 12145
Joined: Fri Jul 07, 2006 4:30 pm
Location: Houston, Texas, USA
Contact:

Post by Support Team » Wed Jun 03, 2009 10:30 am

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