-
- Type Parameters:
T- the type encoded to and decoded from.
- All Known Implementing Classes:
Base16Codec,Base32Codec,Base32CrfCodec,Base58BtcCodec,Base62Codec,Base64Codec,Base64UrlCodec,BaseNCodec,BinaryCodec,DotNetGuid1Codec,DotNetGuid4Codec,NcnameCodec,SlugCodec,StringCodec,TimeOrderedCodec,UriCodec
public interface UuidCodec<T>Interface to be implemented by all codecs of this package.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UUIDdecode(T item)Tencode(UUID uuid)
-