Should objects be checked if they a subtype of the static type before deserialization?

Defaults to true, as it should always be activated. It can be turned off to implement the subtype check itself.

Property definitions

serialization $ SafeDeserializer :: check_subtypes
	# Should objects be checked if they a subtype of the static type before deserialization?
	#
	# Defaults to `true`, as it should always be activated.
	# It can be turned off to implement the subtype check itself.
	var check_subtypes = true is writable
lib/serialization/safe.nit:56,2--60,38