Hi,
I am using the Java EMA library (https://github.com/Refinitiv/Elektron-SDK/tree/master/Java/Ema) and consuming messages by implementing an OmmConsumerClient.
We want to forward the messages onto our downstream clients but also to persist the raw messages in a file so that they can be decoded later for debugging.
Is it possible to serialise/deserialise these messages (RefreshMsg/UpdateMsg etc)?
Thanks