Questions tagged [tdictionary]

No information has been provided for this tag at the moment.

What causes a TDictionary to malfunction after deserialization?

My attempt to serialize and deserialize a standard Delphi container using the standard Delphi serializer has encountered some issues. procedure TForm7.TestButtonClick(Sender: TObject); var dict: TDictionary<Integer, Integer>; jsonValue: TJSO ...