Delivery Content and Application Integration - xylamic/lightrail-pubsub-integration-framework GitHub Wiki
When using Lightrail, the content of a delivery, or message, can be anything. There is no limitation. Some options:
- Custom Data: Binary data, such a C-structs, or other custom data structure.
- Object Serialization: Binary serialization of data objects, such as Boost Serialization or DataContracts.
- Extensible Markup Language (XML)
- JavaScript Object Notation (JSON)