YAXLib.YAXCustomSerializerAttribute.YAXCustomSerializerAttribute C# (CSharp) Method

YAXCustomSerializerAttribute() public method

Initializes a new instance of the YAXCustomSerializerAttribute class.
public YAXCustomSerializerAttribute ( Type customSerializerType ) : System
customSerializerType System.Type Type of the custom serializer.
return System
        public YAXCustomSerializerAttribute(Type customSerializerType)
        {
            this.CustomSerializerType = customSerializerType;
        }
YAXCustomSerializerAttribute