Method: Puppet::Pops::Types::PObjectType#write

Defined in:
lib/puppet/pops/types/p_object_type.rb

#write(value, serializer) ⇒ Object

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.

Write an instance of this type using a serializer

Parameters:



499
500
501
# File 'lib/puppet/pops/types/p_object_type.rb', line 499

def write(value, serializer)
  writer.write(self, value, serializer)
end