Code:
Object[] a={ myObject}; someMethod(Object ...arg);
when I try:
someMethod ( {myObject} );
I receive
someMethod(new Object[] { "" });
Should do the trick!