public class BigIntegerTypeMapper extends Object implements MorphiumTypeMapper<BigInteger>
| Constructor and Description |
|---|
BigIntegerTypeMapper() |
| Modifier and Type | Method and Description |
|---|---|
Object |
marshall(BigInteger o) |
BigInteger |
unmarshall(Object d) |
public Object marshall(BigInteger o)
marshall in interface MorphiumTypeMapper<BigInteger>public BigInteger unmarshall(Object d)
unmarshall in interface MorphiumTypeMapper<BigInteger>Copyright © 2018. All rights reserved.