-
Home
-
API
-
SharpYaml.Serialization
-
YamlSourceGenerationOptionsAttribute
-
Properties
-
UnsafeAllowDeserializeFromTagTypeName
UnsafeAllowDeserializeFromTagTypeName Property
Definition
Gets or sets a value indicating whether unregistered runtime type names from YAML tags are allowed during deserialization.
public bool UnsafeAllowDeserializeFromTagTypeName { get; set; }
Returns