org.openrdf.repository.object.managers.converters
Class BigIntegerMarshall
java.lang.Object
org.openrdf.repository.object.managers.converters.BigIntegerMarshall
- All Implemented Interfaces:
- Marshall<BigInteger>
public class BigIntegerMarshall
- extends Object
- implements Marshall<BigInteger>
Converts BigInteger to and from Literal.
- Author:
- James Leigh
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BigIntegerMarshall
public BigIntegerMarshall(ValueFactory vf)
getJavaClassName
public String getJavaClassName()
- Specified by:
getJavaClassName in interface Marshall<BigInteger>
getDatatype
public URI getDatatype()
- Specified by:
getDatatype in interface Marshall<BigInteger>
setDatatype
public void setDatatype(URI dt)
- Specified by:
setDatatype in interface Marshall<BigInteger>
deserialize
public BigInteger deserialize(Literal literal)
- Specified by:
deserialize in interface Marshall<BigInteger>
serialize
public Literal serialize(BigInteger object)
- Specified by:
serialize in interface Marshall<BigInteger>
Copyright © 2004-2010 James Leigh Services Inc.. All Rights Reserved.