System.JSON.Types.JSONSerializationVersion

提供:RAD Studio API Documentation

Delphi

JSONSerializationVersion: Integer = 34;

C++

extern DELPHI_PACKAGE int JSONSerializationVersion;

プロパティ

種類 可視性 ソース ユニット
variable public
System.JSON.Types.pas
System.JSON.Types.hpp
System.JSON.Types System.JSON.Types


説明

JSON のシリアライゼーション形式に使用される RTL バージョンを指定します。

メモ: この設定は、TList<T>、TListHelper、TJSONString のシリアライゼーションに影響します。
ヒント: 32 に設定された JSONSerializationVersion で 10.3 クライアントをビルドすることで、10.2 DataSnap サーバーと互換性を持たせることができます。