class
	SED_INDEPENDENT_DESERIALIZER

General
	cluster: base
	description: "Decoding of arbitrary objects graphs between sessions of programs containing the same types. It basically takes care of potential reordering of attributes from one system to the other."
	create: make

Ancestors
	SED_BASIC_DESERIALIZER

Queries
	deserializer: SED_READER_WRITER
	has_error: BOOLEAN
	last_decoded_object: ANY
	to_implement_assertion (comment: STRING_8): BOOLEAN

Commands
	decode (a_is_gc_enabled: BOOLEAN)
	fixme (comment: STRING_8)
	set_deserializer (a_deserializer: [like deserializer] SED_READER_WRITER)
	to_implement (comment: STRING_8)