Explorar el Código

[serializer] small fix

Exilon hace 4 años
padre
commit
4c99097583
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      Quick.Json.Serializer.pas

+ 1 - 1
Quick.Json.Serializer.pas

@@ -1698,7 +1698,7 @@ begin
   fRTTIJson := TRTTIJson.Create(aSerializeLevel,aUseEnumNames);
   fRTTIJson.UseJsonCaseSense := fUseJsonCaseSense;
   fRTTIJson.UseBase64Stream := fUseBase64Stream;
-  fRTTIJson.fUseNullStringsAsEmpty := fUseNullStringsAsEmpty;
+  fRTTIJson.UseNullStringsAsEmpty := fUseNullStringsAsEmpty;
 end;
 
 destructor TJsonSerializer.Destroy;