Andrey, As you know, GWT uses its own serialization mechanism: http://code.google.com/webtoolkit/tutorials/1.6/RPC.html#serialize
How are you using your custom serializer(s)? Thanks Fred On Tue, Jun 30, 2009 at 2:42 AM, Andrey <[email protected]> wrote: > > Hello, everyone! > How can I add a class to SerializationPolicy directly? > I don't want to reference it in Service class and I cannot refernce it > as a non-transient member. > I need this because this class is a member of another class having its > own custom serializer and this class also has its own serializer. Both > the classes have Object fields so they cannot be serialized as usual. > Thanks in advance! > > > -- Fred Sauer [email protected] --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
