class
	SED_RECOVERABLE_SERIALIZER

General
	cluster: ise
	description: 
		"Encoding of arbitrary objects graphs between different version of
		programs containing types that might have changed and for which the
		retrieving system may know how to fix the mismatches."
	create: make

Ancestors
	SED_BASIC_SERIALIZER

Queries
	is_root_object_set: BOOLEAN
	is_traversing_mode_set: BOOLEAN
	root_object: detachable ANY
	serializer: SED_READER_WRITER

Commands
	encode
	set_breadth_first_traversing_mode
	set_depth_first_traversing_mode
	set_root_object (an_object: [like root_object] detachable ANY)
	set_serializer (a_serializer: [like serializer] SED_READER_WRITER)


Generated by ISE EiffelStudio