public class EncDecUtil extends Object
Constructor and Description |
---|
EncDecUtil() |
Modifier and Type | Method and Description |
---|---|
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.
|
public static void arrayMarshall(StringBuilder buf, Collection o, MarshallingSession ctx)
public static <T> Marshaller<T> qualifyMarshaller(Marshaller<T> marshaller, Class<T> type)
T
- marshaller
- Copyright © 2013-2015 JBoss, a division of Red Hat. All Rights Reserved.