class
	SED_MULTI_OBJECT_SERIALIZATION

General
	cluster: ise
	description: "Serialize and deserialize multiple objects into one file."

Ancestors
	ANY
	SED_STORABLE_FACILITIES

Queries
	deserialized_object: detachable ANY
	error_message: STRING_32
	last_file_position: INTEGER_32
	successful: BOOLEAN

Commands
	deserialize (path: READABLE_STRING_GENERAL; a_pos: INTEGER_32)
	serialize (a: ANY; path: READABLE_STRING_GENERAL; is_appending: BOOLEAN)


Generated by ISE EiffelStudio