akka/akka-core

ByteBufferSerializer for Jackson

Open

#27,107 opened on Jun 7, 2019

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

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