Property:

org.zkoss.zk.scripting.bsh.method.serializable

Applicable:
  • globally in zk.xml via <library-property>
  • not as <custom-attribute>

Default: true

To disable the serialization of BeanShell method(s).

<library-property>
    <name>org.zkoss.zk.scripting.bsh.method.serializable</name>
    <value>false</value>
</library-property>