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