akka.remote
Class MessageSerializer

java.lang.Object
  extended by akka.remote.MessageSerializer

public class MessageSerializer
extends java.lang.Object

INTERNAL API

MessageSerializer is a helper for serializing and deserialize messages


Constructor Summary
MessageSerializer()
           
 
Method Summary
static java.lang.Object deserialize(ExtendedActorSystem system, WireFormats.SerializedMessage messageProtocol)
          Uses Akka Serialization for the specified ActorSystem to transform the given MessageProtocol to a message
static WireFormats.SerializedMessage serialize(ExtendedActorSystem system, java.lang.Object message)
          Uses Akka Serialization for the specified ActorSystem to transform the given message to a MessageProtocol
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MessageSerializer

public MessageSerializer()
Method Detail

deserialize

public static java.lang.Object deserialize(ExtendedActorSystem system,
                                           WireFormats.SerializedMessage messageProtocol)
Uses Akka Serialization for the specified ActorSystem to transform the given MessageProtocol to a message

Parameters:
system - (undocumented)
messageProtocol - (undocumented)
Returns:
(undocumented)

serialize

public static WireFormats.SerializedMessage serialize(ExtendedActorSystem system,
                                                      java.lang.Object message)
Uses Akka Serialization for the specified ActorSystem to transform the given message to a MessageProtocol

Parameters:
system - (undocumented)
message - (undocumented)
Returns:
(undocumented)