public interface Marshaller<T>
Modifier and Type | Method and Description |
---|---|
T |
demarshall(EJValue o,
MarshallingSession ctx) |
T[] |
getEmptyArray()
Returns an empty array of the type handled by this marshaller.
|
String |
marshall(T o,
MarshallingSession ctx) |
T demarshall(EJValue o, MarshallingSession ctx)
String marshall(T o, MarshallingSession ctx)
T[] getEmptyArray()
List.toArray(T[])
.Copyright © 2013-2015 JBoss, a division of Red Hat. All Rights Reserved.