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
This would be useful for cases where we want to use a clojure type that has no native representation in protobuf, such as keywords or UUIDs.
Besides, it would make the library more orthogonal, since it already supports mappings for nested types.
The text was updated successfully, but these errors were encountered:
Related to #22.
I think it would be useful to allow encoders for top-level protobuf objects:
This would be useful for cases where we want to use a clojure type that has no native representation in protobuf, such as keywords or UUIDs.
Besides, it would make the library more orthogonal, since it already supports mappings for nested types.
The text was updated successfully, but these errors were encountered: