Open jeremyheiler opened 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.
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 addsjava.io.Serializable
to the types?