Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Sealed class: RT.Serialization.ClassifySubstituteAttribute

Summary

Indicates that the value stored in this field or automatically-implemented property should be converted to another type when serializing and back when deserializing. This takes precedence over any type substitution configured in a ClassifyOptions object.

Constructors

ClassifySubstituteAttribute(Type converterType)
Constructor.

Instance properties

TypeGets the type used to perform the type substitution.