Property definitions

serialization $ AttributeError :: defaultinit
# Deserialization error related to an attribute of `receiver`
abstract class AttributeError
	super Error

	# Parent object of the problematic attribute
	var receiver: Object

	# Name of the problematic attribute in `receiver`
	var attribute_name: String
end
lib/serialization/serialization_core.nit:176,1--185,3