]
Donald Naro closed ISPN-11445.
------------------------------
Resolution: Done
Documentation: Java Serialization Marshaller wrong example
----------------------------------------------------------
Key: ISPN-11445
URL:
https://issues.redhat.com/browse/ISPN-11445
Project: Infinispan
Issue Type: Bug
Components: Documentation
Affects Versions: 10.1.3.Final
Reporter: Lu Lep
Assignee: Donald Naro
Priority: Minor
Labels: documentation, marshaller, serialization
The example code at
https://infinispan.org/docs/stable/titles/developing/developing.html#java...
does not compile.
The .marshaller(JavaSerializationMarshaller.class) method expects an object implementing
the Marschaller interface, not a class.