Module: Archimate::FileFormats::Serializer::ModelExchangeFile::Properties

Included in:
ModelExchangeFileWriter21, ModelExchangeFileWriter30
Defined in:
lib/archimate/file_formats/serializer/model_exchange_file/properties.rb

Instance Method Summary collapse

Instance Method Details

#serialize_properties(xml, element) ⇒ Object



8
9
10
# File 'lib/archimate/file_formats/serializer/model_exchange_file/properties.rb', line 8

def serialize_properties(xml, element)
  NamedCollection.new("properties", element.properties).serialize(xml) { |xml_p, props|  serialize(xml_p, props) }
end