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 builds & hosts documentation for Clojure/Script libraries
Ctrl+k | Jump to recent docs |
← | Move to previous article |
→ | Move to next article |
Ctrl+/ | Jump to the search field |