System.JSON.Types.TJsonBinaryType

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

TJsonBinaryType = (Generic = $00, &Function = $01, BinaryOld = $02,
UUIDOld = $03, UUID = $04, MD5 = $05, UserDefined = $80);

C++

enum class DECLSPEC_DENUM TJsonBinaryType : unsigned char { Generic, Function, BinaryOld, UUIDOld, UUID, MD5, UserDefined = 128 };

Propriétés

Type Visibilité  Source Unité  Parent
enum public
System.JSON.Types.pas
System.JSON.Types.hpp
System.JSON.Types System.JSON.Types


Description

TJsonBinaryType représente un BSON et un type de données binaire JSON étendu.

Pour plus de détails, voir JSON Binary étendu (EN) et les spécifications BSON (EN).

Voir aussi