RootJid root = new RootJid();
root.initialize(mailbox, factory);
(new SetActor("blob")).send(future, root);
Blob blob = (Blob) (new ResolvePathname("0")).send(future, root);
new KMake<String, ActorJid>("fun").send(future, blob);
ActorJid fun = (ActorJid) new KGet<String, ActorJid>("fun").send(future, blob);
(new SetActor("hi")).send(future, fun);
byte[] rootBytes = GetSerializedBytes.req.send(future, root);
RootJid root2 = new RootJid();
root2.initialize(mailbox, factory);