I have an existing .NET/C#-enum
public enum Model { Default = 0, Value1 = 1 }
that is property of a class.
The class is seriali