GitHub user kaa-dev-35 edited a comment on the discussion: 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
```
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]