Skip to content

Commit

Permalink
[yamlSerializer] cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
exilon committed Jul 14, 2020
1 parent cc2480d commit 9eda7b3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Quick.YAML.Serializer.pas
Original file line number Diff line number Diff line change
Expand Up @@ -1503,7 +1503,6 @@ function TYamlSerializer.YamlToObject(aType: TClass; const aYaml: string): TObje
var
Yaml: TYamlObject;
begin
Result := nil;
Yaml := TYamlObject.ParseYamlValue(aYaml) as TYamlObject;
try
Result := fRTTIYaml.DeserializeClass(aType,Yaml);
Expand Down

0 comments on commit 9eda7b3

Please sign in to comment.