public abstract class AbstractUnsignedIntegerEncoder<U> extends Object implements TypeEncoder<UnsignedInteger,U>
| Constructor and Description |
|---|
AbstractUnsignedIntegerEncoder() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAlias()
Returns the "alias" of the type so that the encoded form can be decoded.
|
Class<UnsignedInteger> |
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<UnsignedInteger,U>public Class<UnsignedInteger> resolves()
TypeEncoderresolves in interface TypeEncoder<UnsignedInteger,U>Copyright © 2018 Calrissian. All rights reserved.