Package com.github.f4b6a3.uuid.codec
-
Interface Summary Interface Description UuidCodec<T> Interface to be implemented by all codecs of this package. -
Class Summary Class Description BinaryCodec Codec for UUID binary encoding as defined in the RFC-4122.StringCodec Codec for UUID string representation as defined in the RFC-4122.