Liking cljdoc? Tell your friends :D
Clojure only.

jdk.io.ObjectInputValidation

Callback interface to allow validation of objects within a graph. Allows an object to be called when a complete graph of objects has been deserialized.

Callback interface to allow validation of objects within a graph.
Allows an object to be called when a complete graph of objects has
been deserialized.
raw docstring

validate-objectclj

(validate-object this)

Validates the object.

throws: java.io.InvalidObjectException - If the object cannot validate itself.

Validates the object.

throws: java.io.InvalidObjectException - If the object cannot validate itself.
raw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close