based remoting protocol Protobuf + added SBinary, Scala-JSON, Java-JSON and Protobuf serialization traits and protocols for remote and storage usage

This commit is contained in:
jboner 2009-07-23 20:01:37 +02:00
parent a3fac4338f
commit 4878c9fa9b
27 changed files with 1012 additions and 1174 deletions

View file

@ -1,6 +1,6 @@
package se.scalablesolutions.akka.api;
public class PersistentFailer {
public class PersistentFailer implements Serializable {
public int fail() {
throw new RuntimeException("expected");
}