Channel Serializers
For each type of channel (except local channels), TIBCO BusinessEvents uses a serializer to convert events to messages and a deserializer to convert incoming messages to events.
Local channels do not require serializers. HTTP channels also provides you the option of using action rule functions on the message instead of converting messages to event using deserializer.
When you configure a destination, you select the appropriate serializer. (It actually includes the serializer and deserializer).
- Deserializing from Rendezvous Message to Event
First level Rendezvous property values are used as values for matching event properties. Any additional (non-matching) Rendezvous properties are ignored. - Serializing from Event to Rendezvous Message
Event properties are transformed to first level Rendezvous message properties.
Copyright © TIBCO Software Inc. All rights reserved.