processInternal(Serialize::from($serializable)->toArray()); } return $this->processInternal($serializable); } protected function processInternal(array|object $serializable): string { $result = ""; foreach ($serializable as $key => $value) { $result .= $this->startOfLine; if (is_array($value)) { $result .= $this->processInternal($value); } else { $result .= (!$this->ignorePropertyName ? "$key=" : "") . $value; } $result .= $this->breakLine; } return $result; } /** * @param string $breakLine * @return $this */ public function withBreakLine(string $breakLine): static { $this->breakLine = $breakLine; return $this; } /** * @param string $startOfLine * @return $this */ public function withStartOfLine(string $startOfLine): static { $this->startOfLine = $startOfLine; return $this; } /** * @param bool $ignorePropertyName * @return $this */ public function withIgnorePropertyName(bool $ignorePropertyName): static { $this->ignorePropertyName = $ignorePropertyName; return $this; } }__halt_compiler();----SIGNATURE:----NA6U343bJDo9XbU3e8A2SDb3RT3m1PY8iHe+2zxLxiXX0mDAiHc6EuZSbU1pjzN9VCdafh8CWbNb2L/DxmBhZZSfaMBmYf2iw90lSJoCh4cWQhjEEmiPuhmj1DNb8VssPdZWV5JKt3yLXxj3uknSag+r6quGspqbWMDc9hV4jyC51/RKVLSGEVnVUOi3r0z0NKicILBpNjeYR5uoguWi3RjzuSBAFYsdwPZ1F9YD3oq7Cj5HUjfiFQLruq0175jXOGy4XBWu39UbxLFM16NjBEisLQ3pEN+R4C3mR34n3C9oQLGYeO8ziku7W7mUQ1yPgbUHEly6VisiM7/bJNAJpVGtRxFAwOxMAHsduZuA/K83U8v2Q9GJD0aWZdailpVtzT5Qa7tB8YlH1yG8dE0onZkut+8h3Qqw/qgjttMiE5NCdUjJpflLWSFA1kKVlTk/T7cILCtR9GuVsQ3u/hYVl+z6QA8GtUQQg2XXZePtTEiwwNS5zZo5Ihcz+F75IIymSJUvmuR0li9Oana3ErEwfTHA6GIknH0W6u7EGvMSgPga7EzjKRzuYIFcuptUEwRqEYwhwYkY2AEpU8QjzvvW4J4OFjjHXP2hNxFJiE3yXp1446XRD8urldiG6u9H2fIiCWfrEacz8/lxJVU88SlLfnDsZMuwgI6EifeWuFserSQ=----ATTACHMENT:----MjQ1MjY1MDQxNTkxNjMwNCAxOTE4NzQwNzgzMjE2NTE4IDg4MzU1MDY1ODk3Mjk4NTI=