List of the current open objects, the first is the main target of the serialization

Used only when plain_msgpack == true to detect cycles in serialization.

Property definitions

msgpack $ MsgPackSerializer :: _open_objects
	# List of the current open objects, the first is the main target of the serialization
	#
	# Used only when `plain_msgpack == true` to detect cycles in serialization.
	private var open_objects = new Array[Object]
lib/msgpack/serialization_write.nit:77,2--80,45