Changes between Version 32 and Version 33 of WikiStart
- Timestamp:
- 11/29/07 13:12:52 (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v32 v33 79 79 80 80 Latest Version (2.1): 81 [http://delight.opendfki.de/repos/trunk/XmlRpcDelight/dist/XmlRpcDelight-2.1_ 13.11.2007.zip]81 [http://delight.opendfki.de/repos/trunk/XmlRpcDelight/dist/XmlRpcDelight-2.1_29.11.2007.zip] 82 82 83 83 '''Changes''' 84 84 85 - support for sets added 86 85 87 - new automatic null-value masking feature: {{{XmlRpc.useAutomaticNullMasking( true )}}} enables the feature [[BR]] 86 88 87 values for all standard XML-RPC types (except BASE64), arrays and Convertableparameters can now be null-values. !XmlRpcBeans can have null-valued properties. !ParameterConverters can handle null-values separately, but also can rely on the new masking feature.89 values for all standard XML-RPC types (except BASE64), arrays and ''Convertable'' parameters can now be null-values. !XmlRpcBeans can have null-valued properties. !ParameterConverters can handle null-values separately, but also can rely on the new masking feature. 88 90 89 91 - Note: this version is java 1.5 compliant