clj-commons / potemkin

some ideas which are almost good
577 stars 53 forks source link

Add Serializable support #36

Open jeremyheiler opened 9 years ago

jeremyheiler commented 9 years ago

Long story short, I am using clj-http HeaderMap (which uses def-map-type) via Storm. However, I am getting a java.io.NotSerializableException when it's being serialized. Would you be interested in a patch that adds java.io.Serializable to the types?

ztellman commented 9 years ago

Sure. On Feb 26, 2015 8:06 AM, "Jeremy Heiler" notifications@github.com wrote:

Long story short, I am using serializing clj-http HeaderMap (which uses def-map-type) via Storm. However, I am getting a java.io.NotSerializableException when it's being serialized. Would you be interested in a patch that adds java.io.Serializable to the types?

— Reply to this email directly or view it on GitHub https://github.com/ztellman/potemkin/issues/36.