Hook to customize the behavior of the AttributeCounter

By default, this method makes v visits all serializable attributes.

Property definitions

msgpack :: serialization_write $ Serializable :: accept_msgpack_attribute_counter
	# Hook to customize the behavior of the `AttributeCounter`
	#
	# By default, this method makes `v` visits all serializable attributes.
	protected fun accept_msgpack_attribute_counter(v: AttributeCounter)
	do
		v.serialize_core self
	end
lib/msgpack/serialization_write.nit:225,2--231,4