Classes

GuidStringCodec encodes and decodes globally unique identifiers (GUID)
OrderedTimeCodec optimizes the bytes to increment UUIDs when time goes by, to improve database INSERTs.
StringCodec encodes and decodes RFC 4122 UUIDs
TimestampLastCombCodec encodes and decodes COMB UUIDs which have the timestamp as the first 48 bits.
TimestampLastCombCodec encodes and decodes COMB UUIDs which have the timestamp as the last 48 bits.

Interfaces

CodecInterface represents a UUID coder-decoder