Errai 3.0.1-SNAPSHOT

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


public interface DeferredMarshallerCreationCallback<T>

A callback to lazily create marshaller instances at runtime.

Author:
Christian Sadilek

Method Summary
 Marshaller<T> create(Class<T> type)
          Create a marshaller for the provided type.
 

Method Detail

create

Marshaller<T> create(Class<T> type)
Create a marshaller for the provided type.

Parameters:
type - the type to create a marshaller for.
Returns:
the marshaller instance, never null.

Errai 3.0.1-SNAPSHOT

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