clojure-protobuf
clojure-protobuf copied to clipboard
No way to detect unknown fields.
I can assoc anything into a PersistentProtocolBufferMap, and unknown fields will get silently dropped when serializing it (with e.g. toByteArray).
Could you please either throw an error on unknown fields or provide a way to check whether a PersistentProtocolBufferMap contains them?