fix BSONSerializer’s use of paths

This commit is contained in:
Roland 2012-02-20 15:15:20 +01:00
parent 2f3737195b
commit 587950b863

View file

@ -26,7 +26,7 @@ class BSONSerializableMailbox(system: ExtendedActorSystem) extends SerializableB
val b = Map.newBuilder[String, Any]
b += "_id" -> msg._id
b += "ownerPath" -> msg.ownerPath
b += "senderPath" -> msg.sender.path
b += "senderPath" -> msg.sender.path.toString
/**
* TODO - Figure out a way for custom serialization of the message instance