]
Donald Naro commented on ISPN-11445:
------------------------------------
[~lulep69] Thanks again for reporting this issue. I've updated the documentation.
Please see ISPN-11457 for PRs. Docs will be refreshed at the next publishing interval.
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.