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
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?
The text was updated successfully, but these errors were encountered:
Sure.
On Feb 26, 2015 8:06 AM, "Jeremy Heiler" [email protected] 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 #36.
KingMob
changed the title
Serializable?
Add Serializable support
Oct 4, 2022
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?The text was updated successfully, but these errors were encountered: