зеркало из https://github.com/stride3d/SharpYaml.git
Additional check for ShortTag conversion
This commit is contained in:
Родитель
f21601208c
Коммит
0878a9fa57
|
@ -195,7 +195,7 @@ namespace SharpYaml.Serialization
|
|||
// Get the default schema type if there is any
|
||||
var shortTag = schema.ShortenTag(tag);
|
||||
Type type;
|
||||
if (shortTag != tag)
|
||||
if (shortTag != tag || shortTag.StartsWith("!!"))
|
||||
{
|
||||
type = schema.GetTypeForDefaultTag(shortTag);
|
||||
if (type != null)
|
||||
|
|
Загрузка…
Ссылка в новой задаче