public interface ObjectReplacer<LocalType,RemoteType>
| Modifier and Type | Method and Description |
|---|---|
LocalType |
incoming(RemoteType remote) |
RemoteType |
outgoing(LocalType local) |
RemoteType outgoing(LocalType local)
LocalType incoming(RemoteType remote)