Just found the example I was needing (of initializing a custom serializer in
the (muse) deployment descriptor. It is in the sample at <Muse install
dir>\samples\j2ee\apache-httpd\config\muse.xml (at the very end of the
file). Here is the snippet:
...
</init-param>
</capability>
</resource-type>
<custom-serializer>
<java-serializable-type>org.apache.muse.test.http.SupportedLanguage</java-serializable-type>
<java-serializer-class>org.apache.muse.test.http.SupportedLanguageSerializer</java-serializer-class>
</custom-serializer>
</muse>
--
View this message in context:
http://www.nabble.com/Creating-a-Serializer-for-JiBX-altered-classes-tp14327762p14337930.html
Sent from the Muse User mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]