Hi, A class is transcoded by default when either in "client" or shared. So, you're ok on this side.
Would you provide some details (code snippets) about what you try to achieve to be able to better understand ? didier On Oct 1, 2:35 pm, Parth <[email protected]> wrote: > Hi, > > I put that class in "client". But, I don't have any idea, what will > happen when any class be put in "shared". > > Thanks. > > On Oct 1, 11:30 am, Didier DURAND <[email protected]> wrote: > > > Hi, > > > Did you place it in package name "shared" so that it gets transcoded > > to js ? > > didier > > > On Oct 1, 6:23 am, Parth <[email protected]> wrote: > > > > Hi all, > > > > I am using GWT 2.0.4. I am not able to use user defined instance of > > > class defined even at client side. I am able to access data using JSON > > > object with JSNI at client side. But not found any way to pass object > > > of user defined class such as Bean class at client side in EntryPoint > > > class. I had also tried it by implementing serializable interface to > > > the class which I want at EntryPoint. But not got intended result. > > > > Do any one have idea about that? > > > > Thanks. -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
