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
Hi,
UUID type is used very often in json (json-rpc etc), so i think that it will be good to have formater for UUID as standard method in DefaultJsonProtocol.
I can do pull request with it, but i don't know which place in code will be good for it.
I think that this formatter could be in trait StandardFormats and named UUIDFormat.
Is it good idea?
The text was updated successfully, but these errors were encountered:
Hi,
UUID type is used very often in json (json-rpc etc), so i think that it will be good to have formater for UUID as standard method in DefaultJsonProtocol.
I can do pull request with it, but i don't know which place in code will be good for it.
I think that this formatter could be in trait StandardFormats and named UUIDFormat.
Is it good idea?
The text was updated successfully, but these errors were encountered: