pjfanning commented on issue #134: URL: https://github.com/apache/pekko-samples/issues/134#issuecomment-2752822537
As well as the Jackson workarounds described in https://github.com/FasterXML/jackson-module-scala/wiki/FAQ#deserializing-optionint-seqint-and-other-primitive-challenges -- Serialization in Pekko is quite customisable. Some reading: * https://pekko.apache.org/docs/pekko/current//serialization.html * https://medium.com/@saloniv/understanding-akka-serialization-with-jackson-and-borer-96dfd5a43ee8 (Akka focused by very similar to Pekko - you don't need to stick with Borer, you could create Circe or jsoniter-scala based serializers too). -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: notifications-unsubscr...@pekko.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@pekko.apache.org For additional commands, e-mail: notifications-h...@pekko.apache.org