Actually java.util.Collections.EMPTY_LIST and java.util.Collections.emptyList() are not GWT-serializable and will cause SerializationException being thrown on attempt to transfer them across the wire.
Beware!
Use new ArrayList
thoughts on technology and software development
No comments:
Post a Comment