org.zkoss.zk.scripting.bsh.method.serializable"
From Documentation
m ((via JWB)) |
|||
(One intermediate revision by one other user not shown) | |||
Line 2: | Line 2: | ||
'''Property:''' | '''Property:''' | ||
org.zkoss.zk.scripting.bsh.method.serializable | org.zkoss.zk.scripting.bsh.method.serializable | ||
+ | |||
+ | {{GlobalLibraryProperty}} | ||
Default: <i>true</i> | Default: <i>true</i> | ||
− | + | {{versionSince|5.0.0}} | |
To disable the serialization of BeanShell method(s). | To disable the serialization of BeanShell method(s). |
Latest revision as of 09:30, 14 March 2022
Property:
org.zkoss.zk.scripting.bsh.method.serializable
Applicable: globally in zk.xml via <library-property> not as <custom-attribute>
Default: true
Since 5.0.0
To disable the serialization of BeanShell method(s).
<library-property>
<name>org.zkoss.zk.scripting.bsh.method.serializable</name>
<value>false</value>
</library-property>
Version History
Version | Date | Content |
---|---|---|