Kind of objects returned by deserialize_body

Define it in each sub handlers depending on the kind of objects sent in request bodies.

Property definitions

popcorn :: pop_json $ Handler :: BODY
	# Kind of objects returned by `deserialize_body`
	#
	# Define it in each sub handlers depending on the kind of objects sent in request bodies.
	type BODY: Serializable
lib/popcorn/pop_json.nit:159,2--162,24