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