Codec
Interfaces, Classes and Traits
- CodecInterface
- CodecInterface represents a UUID coder-decoder
- GuidStringCodec
- GuidStringCodec encodes and decodes globally unique identifiers (GUID)
- OrderedTimeCodec
- OrderedTimeCodec optimizes the bytes to increment UUIDs when time goes by, to improve database INSERTs.
- StringCodec
- StringCodec encodes and decodes RFC 4122 UUIDs
- TimestampFirstCombCodec
- TimestampFirstCombCodec encodes and decodes COMB UUIDs which have the timestamp as the first 48 bits.
- TimestampLastCombCodec
- TimestampLastCombCodec encodes and decodes COMB UUIDs which have the timestamp as the last 48 bits.