GitHub user kaa-dev-35 closed the discussion with a comment: Migration from 
Akka to Pekko - jackson serialization error

Solved.

```scala
val objectMapper = CBORMapper.builder()
    .addModule(new ParameterNamesModule())
    .addModule(new Jdk8Module())
    .addModule(new JavaTimeModule())
    .addModule(DefaultScalaModule)
    .configure(DeserializationFeature.FAIL_ON_UNKNOWN_PROPERTIES, false)
    .build() :: ClassTagExtensions
```

---

This version presents your solution in a clear and readable way. If you need 
any further assistance, feel free to ask!

GitHub link: 
https://github.com/apache/pekko/discussions/1389#discussioncomment-9960851

----
This is an automatically sent email for [email protected].
To unsubscribe, please send an email to: 
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to