Errai 3.0.1-SNAPSHOT

org.jboss.errai.marshalling.client.util
Class EncDecUtil

java.lang.Object
  extended by org.jboss.errai.marshalling.client.util.EncDecUtil

public class EncDecUtil
extends Object

Author:
Mike Brock

Constructor Summary
EncDecUtil()
           
 
Method Summary
static void arrayMarshall(StringBuilder buf, Collection o, MarshallingSession ctx)
           
static
<T> Marshaller<T>
qualifyMarshaller(Marshaller<T> marshaller, Class<T> type)
          Ensure the marshaller is qualified on the wire using a wrapping marshaller.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EncDecUtil

public EncDecUtil()
Method Detail

arrayMarshall

public static void arrayMarshall(StringBuilder buf,
                                 Collection o,
                                 MarshallingSession ctx)

qualifyMarshaller

public static <T> Marshaller<T> qualifyMarshaller(Marshaller<T> marshaller,
                                                  Class<T> type)
Ensure the marshaller is qualified on the wire using a wrapping marshaller.

Type Parameters:
T -
Parameters:
marshaller -
Returns:

Errai 3.0.1-SNAPSHOT

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