sol-sh

Results 2 comments of sol-sh

you can do it with the following code (dint test it, might have small bugs): ```clj (defmapper mapper [ObjectReference] :encoders {ObjectReference {:from-proto (fn [^ObjectReference proto-obj] (let [obj-type (.getObjectType proto-obj)] (cond->...

I confirm for top level proto the encoders doesn't have an effect I suggest you will open another issue as in general it does work for an inner message