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
I am trying to save state of my execution class, by implementing Serializable interface to my class. But inside that I am using DocumentContext and Configuration from Jayway Jsonpath library, resulting in below error -
I am using version 2.9.0. Is this issue fixed there ? If yes, then do you have updated document so that I can serialize my class ? If not, then can we please have it in next version ?
The text was updated successfully, but these errors were encountered:
I am trying to save state of my execution class, by implementing Serializable interface to my class. But inside that I am using DocumentContext and Configuration from Jayway Jsonpath library, resulting in below error -
java.io.NotSerializableException: com.jayway.jsonpath.internal.JsonContext
I am using version 2.9.0. Is this issue fixed there ? If yes, then do you have updated document so that I can serialize my class ? If not, then can we please have it in next version ?
The text was updated successfully, but these errors were encountered: