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