CodeChain-io/remote-trait-object

Introduce ServiceAnyRef

Closed this issue · 1 comments

Unlike ServiceRef, it takes no generic argument. This will be used when the user want to erase trait.
This will replace all import_service() and export_service(), and hide HandleToExchange from user.

I found that it's impossible. HandleToExchange can be relayed freely without any side effects during de/serialization.