Materializes a factory of implementations of RawRPC which translate invocations of its call and fire methods
to invocations of actual methods on rpcImpl.
Materializes a factory of implementations of RawRPC which translate invocations of its call and fire methods
to invocations of actual methods on rpcImpl. Method arguments and results are serialized and deserialized
from/to JSON using uPickle library.
Only calls to non-generic, abstract methods returning Unit or Future are supported.
Materializes a factory of implementations of T which are proxies that implement all abstract methods of T
by forwarding them to rawRpc.
Materializes a factory of implementations of T which are proxies that implement all abstract methods of T
by forwarding them to rawRpc. Method arguments and results are serialized and deserialized
from/to JSON using uPickle library.
All abstract methods of T must be non-generic and return Unit or Future.
Author: ghik Created: 27/05/15.