Errai 3.0.1-SNAPSHOT

org.jboss.errai.common.client.api
Interface WrappedPortable

All Known Subinterfaces:
BindableProxy<T>

public interface WrappedPortable

Wraps a Portable type. Generated classes (e.g proxies) can implement this interface to be serializable by Errai's marshalling framework.

Author:
Christian Sadilek

Method Summary
 Object unwrap()
          Unwraps and returns the actual portable instance.
 

Method Detail

unwrap

Object unwrap()
Unwraps and returns the actual portable instance.

Returns:
the portable object to be marshalled, never null.

Errai 3.0.1-SNAPSHOT

Copyright © 2013-2014 JBoss, a division of Red Hat. All Rights Reserved.