Class PolymorphicSerializationAttribute
Component models annotated with this attribute will be serialized based on the type of the current object instead of their declared type.
[AttributeUsage(AttributeTargets.Class|AttributeTargets.Interface, AllowMultiple = false, Inherited = false)]
public sealed class PolymorphicSerializationAttribute : Attribute
- Inheritance
-
objectAttributePolymorphicSerializationAttribute
- Extension Methods