All Downloads are FREE. Search and download functionalities are using the official Maven repository.

Eiffel.framework.serialization.api_serializer.mustache Maven / Gradle / Ivy

There is a newer version: 7.8.0
Show newest version
{{>noteinfo}}

class
	API_SERIALIZER


feature -- Access

	serializer (f: FUNCTION [TUPLE [content_type:STRING; type:ANY],STRING]; a_content_type: STRING; a_type: ANY): STRING
			-- Serialize an object of type `a_type' using the content type `a_content_type'.
		do
			Result := f.item ([a_content_type, a_type])
		end
end




© 2015 - 2024 Weber Informatics LLC | Privacy Policy