org.openrdf.elmo.sesame.converters.impl
Class LongMarshall
java.lang.Object
org.openrdf.elmo.sesame.converters.impl.LongMarshall
- All Implemented Interfaces:
- Marshall<Long>
public class LongMarshall
- extends Object
- implements Marshall<Long>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LongMarshall
public LongMarshall(ValueFactory vf)
getJavaClass
public Class<? extends Long> getJavaClass()
- Specified by:
getJavaClass in interface Marshall<Long>
getDatatype
public URI getDatatype()
- Specified by:
getDatatype in interface Marshall<Long>
setDatatype
public void setDatatype(URI datatype)
- Specified by:
setDatatype in interface Marshall<Long>
deserialize
public Long deserialize(Literal literal)
- Specified by:
deserialize in interface Marshall<Long>
serialize
public Literal serialize(Long object)
- Specified by:
serialize in interface Marshall<Long>
Copyright © 2004-2008 Aduna. All Rights Reserved.