REST.Json.Interceptors.TBase64BytesInterceptor

From RAD Studio API Documentation

TBase64BytesInterceptorREST.JsonReflect.TJSONInterceptorSystem.TObject

Delphi

TBase64BytesInterceptor = class(TJSONInterceptor)

C++

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

Properties

Type Visibility Source Unit Parent
class public
REST.Json.Interceptors.pas
REST.Json.Interceptors.hpp
REST.Json.Interceptors REST.Json.Interceptors

Description

TBytes Interceptor for conversions between TBytes and string with Base64 representation.

It is created and used automatically when TMarshalUnmarshalBase.BytesFormat is jbfBase64.