Thrown when an instance is required to have a Serializable interface. The serialization runtime or the class of the instance can throw this exception. The argument should be the name of the class.
Thrown when an instance is required to have a Serializable interface. The serialization runtime or the class of the instance can throw this exception. The argument should be the name of the class.
(->not-serializable-exception)
(->not-serializable-exception classname)
Constructor.
Constructs a NotSerializableException object with message string.
classname - Class of the instance being serialized/deserialized. - java.lang.String
Constructor. Constructs a NotSerializableException object with message string. classname - Class of the instance being serialized/deserialized. - `java.lang.String`
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close