# File lib/puppet/network/formats.rb, line 104 104: def render(instance) 105: Marshal.dump(instance) 106: end