I have a java class which contain some user basic information now I want to pass this class object from JSNI method
private native void publish(UserInfo userinfo) /*-{
[email protected]::helloMethod(userinfo;)();
}-*/
how can I achive this task please help me guys .....