updates for GeneralHelper

6 views
Skip to first unread message

ganesh

unread,
Jan 21, 2009, 10:58:44 AM1/21/09
to GWT, Spring and Hibernate Reference Web Application
Hi,

I have used GeneralHelper class for server to client serilazation.

How do i handle serialization for a method in that class returns a
different class object.

Could you please help in this?


Classification.java
----------------------------------

private Eproduct eproduct; // different class

public void getName() {
return name;
}

public Eproduct getproduct() {
return this.eproduct;
}


serialization for getName is done but for getProduct is giving error.


rlogman

unread,
Jan 25, 2009, 12:12:10 AM1/25/09
to GWT, Spring and Hibernate Reference Web Application
Please post a stack trace for your error. I notice that the code you
posted is not actual code from your project (void method getName shoud
return String); it would be nice also to have a the code for your
Product class.
Reply all
Reply to author
Forward
0 new messages