public abstract class AbstractBigIntegerEncoder<U> extends Object implements TypeEncoder<BigInteger,U>
| Constructor and Description |
|---|
AbstractBigIntegerEncoder() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAlias()
Returns the "alias" of the type so that the encoded form can be decoded.
|
Class<BigInteger> |
resolves()
The java class that the implementations encodes.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdecode, encodepublic String getAlias()
TypeEncodergetAlias in interface TypeEncoder<BigInteger,U>public Class<BigInteger> resolves()
TypeEncoderresolves in interface TypeEncoder<BigInteger,U>Copyright © 2018 Calrissian. All rights reserved.