Thanks. I am looking into that lib.

On Wednesday, September 7, 2016 at 4:22:44 AM UTC-4, Guido Medina wrote:
>
> Hi,
>
> You can also try Akka Kryo serialization extension, it has proven to be 
> very efficient so far so you don't have to write your own serialization.
> Kryo offers you automatic, manual (by you listing explicitly) registration 
> of the classes and both.
>
> It is a very matured extension and its backed by Kryo itself which has a 
> good support.
> You can still use Json (using Jackson or for simpler Json you can use 
> Vert.x core Json which wraps a Jackson Json) + Kryo if you want to have 
> some schema evolution and not deal with class versions.
>
> https://github.com/romix/akka-kryo-serialization
>
> HTH,
>
> Guido.
>

-- 
>>>>>>>>>>      Read the docs: http://akka.io/docs/
>>>>>>>>>>      Check the FAQ: 
>>>>>>>>>> http://doc.akka.io/docs/akka/current/additional/faq.html
>>>>>>>>>>      Search the archives: https://groups.google.com/group/akka-user
--- 
You received this message because you are subscribed to the Google Groups "Akka 
User List" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/akka-user.
For more options, visit https://groups.google.com/d/optout.

Reply via email to