The Akka remote protocol is based on Protobuf where the user message is a byte(s) payload, so there is no bytebuffer to get ahold of.
Cheers,
√
--
>>>>>>>>>> Read the docs: http://akka.io/docs/
>>>>>>>>>> Check the FAQ: http://akka.io/faq/
>>>>>>>>>> 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 akka-user+...@googlegroups.com.
To post to this group, send email to akka...@googlegroups.com.
Visit this group at http://groups.google.com/group/akka-user.
For more options, visit https://groups.google.com/groups/opt_out.
-EndreHi Rajiv,As Viktor pointed out, the Akka container format is protobuf based, and carries the user layer message as bytes -- so there must be a protobuf deserialization step.
On Mon, Jan 20, 2014 at 11:32 AM, √iktor Ҡlang <viktor...@gmail.com> wrote:
The Akka remote protocol is based on Protobuf where the user message is a byte(s) payload, so there is no bytebuffer to get ahold of.
Cheers,
√On Jan 17, 2014 9:04 PM, "Rajiv Kurian" <geet...@gmail.com> wrote:The current serialization has the following signature:
- // "toBinary" serializes the given object to an Array of Bytes
- def toBinary(obj: AnyRef): Array[Byte] = {
- // Put the code that serializes the object here
- // ... ...
- }
- // "fromBinary" deserializes the given array,
- // using the type hint (if any, see "includeManifest" above)
- // into the optionally provided classLoader.
- def fromBinary(bytes: Array
Akka Team
Typesafe - The software stack for applications that scale
--
>>>>>>>>>> Read the docs: http://akka.io/docs/
>>>>>>>>>> Check the FAQ: http://akka.io/faq/
>>>>>>>>>> Search the archives: https://groups.google.com/group/akka-user
---
You received this message because you are subscribed to a topic in the Google Groups "Akka User List" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/akka-user/UQLopnRMHAc/unsubscribe.
To unsubscribe from this group and all its topics, send an email to akka-user+...@googlegroups.com.