I don't know if it's the only place where this question comes up, but
right now the SerializableResponse from the table model requires its
wrapped row values to implement the IsSerializable interface.
So every row value object that implement Serializable (and as such can
be serialized) cannot be used in SerializableResponse as long as it
will not extend the IsSerializable interface.
When using Serializable instead the same problem will arise with
classes implementing IsSerializable.
Any ideas?
--~--~---------~--~----~------------~-------~--~----~
http://groups.google.com/group/Google-Web-Toolkit-Contributors
-~----------~----~----~----~------~----~------~--~---

Reply via email to