org.jboss.errai.marshalling.client.marshallers
Class PriorityQueueMarshaller
java.lang.Object
org.jboss.errai.marshalling.client.marshallers.AbstractBackReferencingMarshaller<C>
org.jboss.errai.marshalling.client.marshallers.AbstractCollectionMarshaller<PriorityQueue>
org.jboss.errai.marshalling.client.marshallers.PriorityQueueMarshaller
- All Implemented Interfaces:
- Marshaller<PriorityQueue>
public class PriorityQueueMarshaller
- extends AbstractCollectionMarshaller<PriorityQueue>
- Author:
- Mike Brock
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PriorityQueueMarshaller
public PriorityQueueMarshaller()
getEmptyArray
public PriorityQueue[] getEmptyArray()
- Description copied from interface:
Marshaller
- Returns an empty array of the type handled by this marshaller. Useful in conjunction with
List.toArray(T[])
.
- Returns:
- a one-dimensional zero-length array of the type handled by this marshaller.
doDemarshall
public PriorityQueue doDemarshall(EJArray o,
MarshallingSession ctx)
- Specified by:
doDemarshall
in class AbstractCollectionMarshaller<PriorityQueue>
Copyright © 2013-2014 JBoss, a division of Red Hat. All Rights Reserved.