Get the type of the class Serializable

Property definitions

nitc :: nitserial $ MModule :: _serializable_type
	# Get the type of the class `Serializable`
	var serializable_type: MClassType is lazy do
		return self.get_primitive_class("Serializable").mclass_type
	end
src/nitserial.nit:53,2--56,4