2 Replies Latest reply on Dec 17, 2007 7:49 PM by alesj

    Lazy(List|Set|Map) not serializable

    alesj

      Is there a reason why our org.jboss.util.collection.Lazy(List|Set|Map) implementations are not serializable?

      Since all three phase implementations are serializable: empty, singleton and multiple.
      So as in all collections, it's up to the elements to be serializable, in order for the whole collection to be serializable.