atomic-data-docs icon indicating copy to clipboard operation
atomic-data-docs copied to clipboard

UUID Datatype

Open theduke opened this issue 3 years ago • 0 comments

Define a canonical datatype for UUIDs.

String serialization is the common UUID string format. Binary serialization is a bit trickier since there doesn't seem to be an official representation, but just a 16 byte array in big or little endian works.

theduke avatar Jul 15 '22 12:07 theduke