in Generator/Sources/NeedleFramework/Generating/Serializers/Pluginized/PluginizedPropertiesSerializer.swift [34:40]
func serialize() -> String {
return provider.processedProperties
.map { (property: PluginizedProcessedProperty) in
serialize(property)
}
.joined(separator: "\n")
}