Property definitions

serialization $ RestrictedJsonSerializer :: defaultinit
# Extends JsonSerializer and adds specific business behaviors when dealing with business objects.
class RestrictedJsonSerializer
	super JsonSerializer
	super RestrictedSerializer
end
lib/serialization/examples/custom_serialization.nit:124,1--128,3