Title: Message Title
Jörg Schaible commented on an issue
XStream / Bug XSTR-767
Serializing lambda expressions fails with XStream and JDK 1.8u40
It seems we're not able to deserialize Lambda expressions with XStream 1.4.7

The code in question looks roughly like this:

@FunctionalInterface
public interface Visible extends Serializable {
    public boolean isVisible();
}

public interface IMenuItem extends Serializable {
    // ... stuff omitted ...
}

public abstract class AbstractMen...

To unsubscribe from this list please visit:

http://xircles.codehaus.org/manage_email

Reply via email to