Could you please explain this? I would assert that GenericType<Void> should be serializable if and only if it contains no fields of type T, where T is substituted for void. Do you disagree with this assertion, or is there a shortcoming in the current implementation that makes the assertion fail to be actualized?
On Wed, Mar 31, 2010 at 12:15 PM, <[email protected]> wrote: > Reviewers: Dan Rice, > > Message: > Review requested. > > Description: > GWT RPC doesn't conside GenericType<Void> to be serializable because it > doesn't think that Void is serializable. > > Please review this at http://gwt-code-reviews.appspot.com/294801/show > > Affected files: > A > user/src/com/google/gwt/user/client/rpc/core/java/lang/Void_CustomFieldSerializer.java > M user/test/com/google/gwt/user/client/rpc/CollectionsTest.java > M user/test/com/google/gwt/user/client/rpc/CollectionsTestService.java > M > user/test/com/google/gwt/user/client/rpc/CollectionsTestServiceAsync.java > A > user/test/com/google/gwt/user/client/rpc/SerializableGenericWrapperType.java > M user/test/com/google/gwt/user/client/rpc/TestSetFactory.java > M user/test/com/google/gwt/user/client/rpc/TestSetValidator.java > M user/test/com/google/gwt/user/client/rpc/ValueTypesTest.java > M user/test/com/google/gwt/user/client/rpc/ValueTypesTestService.java > M user/test/com/google/gwt/user/client/rpc/ValueTypesTestServiceAsync.java > M user/test/com/google/gwt/user/server/rpc/CollectionsTestServiceImpl.java > M user/test/com/google/gwt/user/server/rpc/ValueTypesTestServiceImpl.java > > > -- > http://groups.google.com/group/Google-Web-Toolkit-Contributors > -- http://groups.google.com/group/Google-Web-Toolkit-Contributors To unsubscribe, reply using "remove me" as the subject.
