urn:infinispan:config:5.1
element advancedExternalizer

Documentation
                                  AdvancedExternalizer provides an alternative way to provide externalizers for marshalling/unmarshalling user defined classes that overcome the deficiencies of the more user-friendly externalizer definition  model explained in Externalizer.
                                
Properties
This component is not nillable.

Model
<advancedExternalizer
  externalizerClass = xs:string
  id = xs:int>

</advancedExternalizer>


Attribute Summary
 xs:stringexternalizerClass
           Class of the custom marshaller  
 xs:intid
           Id of the custom marshaller  

Attribute Detail

externalizerClass

Class of the custom marshaller

Type:
xs:string
Use:
optional
Form:
unqualified

id

Id of the custom marshaller

Type:
xs:int
Use:
optional
Form:
unqualified

Source
<xs:element maxOccurs="unbounded" minOccurs="0" name="advancedExternalizer">
<xs:complexType>
<xs:attribute name="externalizerClass" type="xs:string">
</xs:attribute>
<xs:attribute name="id" type="xs:int">
</xs:attribute>
</xs:complexType>
</xs:element>


Submit a bug or a feature.
Created by xsddoc, a sub project of xframe, hosted at http://xframe.sourceforge.net.