I have created UUID_string. Internally, a UUID is represented as two long values. However, generally we use a canonical string notation. So, when we parse a UUID, I had to create a type that can represent a canonical form of UUID. So, UUID_STRING mainly exists for the parsers.
Best, Taewoo On Thu, Jan 21, 2016 at 11:32 AM, Till Westmann <[email protected]> wrote: > Hi, > > who knows > a) what the difference between ATypeTag.UUID_STRING and ATypeTag.UUID is > and > b) why we need both? > > Cheers, > Till >
