I have an object that is coming from outside my application and I can not make it extend XmlSerializable, so I have created a Serializer and registered that serializer by using muse.xml.
However, now I have moved from a get type of call to a notification based system. Is there any way to make muse use my serializer while sending the message by default. (Without creating a serializer myself, and generating the appropriate element) I assumed that it would do that by default, but it seems to be adding to the notification what the object would return via toString(). -- View this message in context: http://www.nabble.com/Serialization-of-published-data-%28notification%29-tf3909185.html#a11084174 Sent from the Muse User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
