TypeSerializationAttribute Class
Forces the serializer to serialize the type name of a property or field
Inheritance
TypeSerializationAttribute
Assembly: C1.Win.TrueDBGrid.10.dll
Syntax
[AttributeUsage(AttributeTargets.Property|AttributeTargets.Field, AllowMultiple = false)]
public class TypeSerializationAttribute : Attribute
<AttributeUsage(AttributeTargets.PropertyOrAttributeTargets.Field, AllowMultiple:=False)>
Public Class TypeSerializationAttribute
Inherits Attribute
Constructors
Properties
Methods