Get rst docs building again and add some adjustments to the new cluster documentation

This commit is contained in:
Peter Vlugter 2011-11-09 10:40:22 +01:00
parent 294c71d9cb
commit d04ad32588
7 changed files with 77 additions and 47 deletions

View file

@ -605,7 +605,6 @@ Message Serialization
All messages that are sent to remote actors needs to be serialized to binary format to be able to travel over the wire to the remote node. This is done by letting your messages extend one of the traits in the 'akka.serialization.Serializable' object. If the messages don't implement any specific serialization trait then the runtime will try to use standard Java serialization.
Here is one example, but full documentation can be found in the :ref:`serialization-java`.
Protobuf
^^^^^^^^