- indexing
- title: "Data unmarshaling mechanism"
- project: "Visual Eiffel Library"
- revision: "$Revision: 1.1 $"
- copyright: "Copyright (C) 1996-2005 Object Tools Group"
- license: "http://visual-eiffel.com/license"
- cluster: pool
class RTS_UNMARSHALER
- inherit
-
RTS_MEMORY_AREA
- end
- creation
- make
- feature -- Queries
-
item: ANY
-
- require
-
is_initialized:
is_initialized
end -- class RTS_UNMARSHALER