Warn of problems and potential errors (such as if an attribute

is not serializable)

Property definitions

serialization $ Serializer :: warn
	# Warn of problems and potential errors (such as if an attribute
	# is not serializable)
	fun warn(msg: String) do print "Serialization warning: {msg}"
lib/serialization/serialization_core.nit:102,2--104,62