java.io.NotSerializableException: org.omnifaces.taghandler.Converter
问题 I would like to use OmniFaces ListConverter as my converter on PrimeFaces autocomplete . Unfortunately the following exception pops out when I tried to. As far as I'm concerned, JSF converters are not required to implement Serializable interface. I read the java ee 6 tutorial and was unable to find such a statement. References links : http://docs.oracle.com/javaee/6/tutorial/doc/bnaus.html http://docs.oracle.com/javaee/6/api/javax/faces/convert/Converter.html I had the feeling that MyFaces is