Hook to request a larger than usual metadata array

Use by SimpleCollection and Map to append the items after the metadata and attributes.

Property definitions

msgpack :: serialization_write $ Serializable :: msgpack_extra_array_items
	# Hook to request a larger than usual metadata array
	#
	# Use by `SimpleCollection` and `Map` to append the items after
	# the metadata and attributes.
	protected fun msgpack_extra_array_items: Int do return 0
lib/msgpack/serialization_write.nit:233,2--237,57

msgpack :: serialization_write $ Map :: msgpack_extra_array_items
	redef fun msgpack_extra_array_items do return 1
lib/msgpack/serialization_write.nit:348,2--48

msgpack :: serialization_write $ SimpleCollection :: msgpack_extra_array_items
	redef fun msgpack_extra_array_items do return 1
lib/msgpack/serialization_write.nit:318,2--48