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