Automatic generation produced by ISE Eiffel

Classes Clusters Cluster hierarchy Chart Relations Flat contracts Go to:
class SED_INDEPENDENT_DESERIALIZER General obsolete: "Use SED_RECOVERABLE_DESERIALIZER instead." cluster: ise 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 errors: detachable ARRAYED_LIST [SED_ERROR] has_error: BOOLEAN is_caught (a_exception: TYPE [detachable EXCEPTION]): BOOLEAN is_ignorable (a_exception: TYPE [detachable EXCEPTION]): BOOLEAN is_ignored (a_exception: TYPE [detachable EXCEPTION]): BOOLEAN is_raisable (a_exception: TYPE [detachable EXCEPTION]): BOOLEAN last_decoded_object: detachable ANY last_exception: detachable EXCEPTION Commands catch (a_exception: TYPE [detachable EXCEPTION]) decode (a_is_gc_enabled: BOOLEAN) ignore (a_exception: TYPE [detachable EXCEPTION]) raise (a_exception: EXCEPTION) set_deserializer (a_deserializer: [like deserializer] SED_READER_WRITER) set_is_ignored (a_exception: TYPE [detachable EXCEPTION]; a_ignored: BOOLEAN)
Classes Clusters Cluster hierarchy Chart Relations Flat contracts Go to:

-- Generated by Eiffel Studio --
For more details: eiffel.org