REST.Json.Interceptors.TBase64BytesInterceptor

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

REST.JsonReflect.TJSONInterceptorSystem.TObjectTBase64BytesInterceptor

Delphi

TBase64BytesInterceptor = class(TJSONInterceptor)

C++

class PASCALIMPLEMENTATION TBase64BytesInterceptor : public Rest::Jsonreflect::TJSONInterceptor

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
class public
REST.Json.Interceptors.pas
REST.Json.Interceptors.hpp
REST.Json.Interceptors REST.Json.Interceptors


Beschreibung

TBytes-Interzeptor für Umwandlungen zwischen TBytes und String mit Base64-Repräsentation.

Wird automatisch erstellt und verwendet, wenn TMarshalUnmarshalBase.BytesFormat jbfBase64 ist.