public class ListMarshaller extends AbstractCollectionMarshaller<List>
Modifier and Type | Field and Description |
---|---|
static ListMarshaller |
INSTANCE |
Constructor and Description |
---|
ListMarshaller() |
Modifier and Type | Method and Description |
---|---|
List |
doDemarshall(EJArray o,
MarshallingSession ctx) |
List[] |
getEmptyArray()
Returns an empty array of the type handled by this marshaller.
|
doDemarshall, doMarshall, marshallToCollection
demarshall, marshall, marshall
public static final ListMarshaller INSTANCE
public List[] getEmptyArray()
Marshaller
List.toArray(T[])
.public List doDemarshall(EJArray o, MarshallingSession ctx)
doDemarshall
in class AbstractCollectionMarshaller<List>
Copyright © 2013-2015 JBoss, a division of Red Hat. All Rights Reserved.