How's your UUIDv4 generated?
> Are you sure the way you're serializing it is how the remote system will deserialize it?
It's 16 bytes. There's no serialization.
How's your UUIDv4 generated?
> Are you sure the way you're serializing it is how the remote system will deserialize it?
It's 16 bytes. There's no serialization.
What do they look like when I put it in a url?
Use whatever encoding you want? Base64 is probably one of the most practical, but you're not obligated to use that.
UUIDs don't use base64
> There's no serialization.
Hex encoding with hyphens in the right spot isn't serialization?
Vibe endian
Schrodinger's complement