Files

Class Index [+]

Quicksearch

SOAP::Mapping::TraverseSupport

Public Instance Methods

mark_marshalled_obj(obj, soap_obj) click to toggle source
    # File lib/soap/mapping/mapping.rb, line 25
25:     def mark_marshalled_obj(obj, soap_obj)
26:       raise if obj.nil?
27:       Thread.current[:SOAPMapping][:MarshalKey][obj.__id__] = soap_obj
28:     end
mark_unmarshalled_obj(node, obj) click to toggle source
    # File lib/soap/mapping/mapping.rb, line 30
30:     def mark_unmarshalled_obj(node, obj)
31:       return if obj.nil?
32:       # node.id is not Object#id but SOAPReference#id
33:       Thread.current[:SOAPMapping][:MarshalKey][node.id] = obj
34:     end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.