Ce contenu n'est pas disponible dans la langue sélectionnée.
Chapter 39. Data Interoperability
39.1. Protocol Interoperability Copier lienLien copié sur presse-papiers!
The compatibility
element's marshaller
parameter may be set to a custom marshaler to enable compatibility conversions. An example of this is found below:
Example 39.1. Compatibility Mode Enabled
<cache-container name="local" default-cache="default" statistics="true"> <local-cache name="default" start="EAGER" statistics="true"> <compatibility marshaller="com.example.CustomMarshaller"/> </local-cache> </cache-container>
<cache-container name="local" default-cache="default" statistics="true">
<local-cache name="default" start="EAGER" statistics="true">
<compatibility marshaller="com.example.CustomMarshaller"/>
</local-cache>
</cache-container>