public interface TypeAliasMapper<T, S>
abstract S
encode(T object)
abstract T
decode(S serialized)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
abstract S encode(T object)
abstract T decode(S serialized)