completed scala binary serialization'
This commit is contained in:
parent
2aca074b84
commit
7473afd9c4
10 changed files with 997 additions and 876 deletions
|
|
@ -3,9 +3,10 @@ package se.scalablesolutions.akka.api;
|
|||
import com.google.inject.Inject;
|
||||
import se.scalablesolutions.akka.annotation.oneway;
|
||||
|
||||
public class Foo {
|
||||
public class Foo extends se.scalablesolutions.akka.serialization.Serializable.JavaJSON<Foo> {
|
||||
@Inject
|
||||
private Bar bar;
|
||||
public Foo body() { return this; }
|
||||
public Bar getBar() {
|
||||
return bar;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue