You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The UUID struct currently only supports mapping to/from its hyphenated string representation. However, the fact that the UUID basically is just 16 consecutive bytes, seems to suggest that it should be possible, e.g. for transport implementations, to map it to a byte array in order to reduce the size of PDUs.