method

marshal

ruby latest stable - Class: SOAP::Processor

Method deprecated or moved

This method is deprecated or moved on the latest stable version. The last existing version (v1_8_7_330) is shown here.

marshal(env, opt = {}, io = nil)
public

No documentation available.

# File lib/soap/processor.rb, line 28
    def marshal(env, opt = {}, io = nil)
      generator = create_generator(opt)
      marshalled_str = generator.generate(env, io)
      unless env.external_content.empty?
        opt[:external_content] = env.external_content
      end
      marshalled_str
    end