Errai 3.0.1-SNAPSHOT

org.jboss.errai.marshalling.client.api
Interface GeneratedMarshaller<T>

Type Parameters:
T -
All Superinterfaces:
Marshaller<T>

public interface GeneratedMarshaller<T>
extends Marshaller<T>

Represents a marshaller that is generated at rebind time (i.e. all marshallers for custom portable types) as opposed to the built-in marshallers.

Author:
Christian Sadilek

Method Summary
 
Methods inherited from interface org.jboss.errai.marshalling.client.api.Marshaller
demarshall, getEmptyArray, marshall
 


Errai 3.0.1-SNAPSHOT

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