Class DataMemberCustomSerializerAttribute
When specified on a property or field, a serializer won't be needed for this type (useful if serializer is dynamically or manually registered).
[AttributeUsage(AttributeTargets.Property|AttributeTargets.Field)]
public class DataMemberCustomSerializerAttribute : Attribute
- Inheritance
-
DataMemberCustomSerializerAttribute
- Inherited Members