'Lagom - deserialize journal message

My team has a use case, where we need to expose as an API, the internal Lagom tables. The main issue here is the Journal has a field call message that is a byte array, and I would like to deserialize this field into a case class Message for example. Someone could help me with this problem. Thanks enter image description here Pablo Gore



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source