Further to this - I have tried creating a Generator that creates CustomFieldSerializer source code for any class with a certain annotation but these generated serializers are not found and used.
How can I generate CustomFieldSerializers so that they are picked up by the RPC mechanism? Is it due to the RPC generators being called before mine? Thanks John On May 29, 9:02 pm, jd <[email protected]> wrote: > Hi, > > I want to make the RPC mechanism call GWT.create() to instantiate > certain classes when they are deserialized on the client. I know I > can do this with a custom fieldserializerfor each class but I want a > a more automatic solution. > > Any ideas? > > Thanks, > > John -- 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.
