# File lib/puppet/network/formats.rb, line 92 92: def render(instance) 93: Marshal.dump(instance) 94: end