akka/akka-core

ByteBufferSerializer for Jackson

Open

#27,107 opened on Jun 7, 2019

View on GitHub
 (2 comments) (0 reactions) (0 assignees)Scala (3,547 forks)batch import
1 - triagedhelp wantedt:remoting:arteryt:serialization

Repository metrics

Stars
 (13,277 stars)
PR merge metrics
 (Avg merge 8d 19h) (10 merged PRs in 30d)

Description

It should be possible to implement ByteBufferSerializer as well, using Jackson's ByteBufferBackedOutputStream/ByteBufferBackedInputStream

This might be more performant for serialization in Artery.

Contributor guide