5 namespace SiliconStudio.Core.Serialization.Serializers
7 [AttributeUsage(AttributeTargets.Assembly | AttributeTargets.Class | AttributeTargets.Struct, AllowMultiple =
true)]
15 public string Profile {
get; set; }
DataSerializerGenericMode
Defines what generic parameters to pass to the serializer.
DataSerializerGlobalAttribute(Type serializerType, Type dataType=null, DataSerializerGenericMode mode=DataSerializerGenericMode.None, bool inherited=false, bool complexSerializer=false)