mirror of
https://github.com/passepartoutvpn/passepartout-apple.git
synced 2025-01-13 12:09:10 +00:00
ddf3dc313f
It's crucial that the data layer has full control over how entities are (de)serialized. Do not leave this choice up to the domain layer by defining an enum as a raw value type, because any change in the enum raw value would literally be a disaster, i.e. _any_ serialized data would break instantly. |
||
---|---|---|
.. | ||
VPNProtocolType.swift |