REST.JsonReflect.TMarshalUnmarshalBase.UnregisterJSONMarshalled

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure UnregisterJSONMarshalled(clazz: TClass; Field: string);

C++

void __fastcall UnregisterJSONMarshalled(System::TClass clazz, System::UnicodeString Field);

Properties

Type Visibility Source Unit Parent
procedure
function
public
REST.JsonReflect.pas
REST.JsonReflect.hpp
REST.JsonReflect TMarshalUnmarshalBase

Description

Unregisters whether a field or type should be marshalled/unmarshalled.

The UnregisterJSONMarshalled method clears the existing registration and defaults back to the JSONMarshalledAttribute if set, and True if no attribute is available.

See Also