serialization :: Serializable :: accept_msgpack_attribute_counter
AttributeCounter
By default, this method makes v
visits all serializable attributes.
# 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