Class TSerializedValue

Unit

Declaration

type TSerializedValue = class(TSerializedArray)

Description

Information about a serialized .NET value

Hierarchy

Overview

Methods

Public constructor Create(AContainer: TDotNetDeserialization; AItemType: TFieldType); overload;
Protected function GetIsReferenceType: boolean;
Protected function GetTypeAsString: string; override;
Protected function GetValueAsString: string;

Properties

Public property IsReferenceType: boolean read GetIsReferenceType;
Public property ValueAsString: string read GetValueAsString;

Description

Methods

Public constructor Create(AContainer: TDotNetDeserialization; AItemType: TFieldType); overload;

This item has no description.

Protected function GetIsReferenceType: boolean;

This item has no description.

Protected function GetTypeAsString: string; override;

This item has no description.

Protected function GetValueAsString: string;

This item has no description.

Properties

Public property IsReferenceType: boolean read GetIsReferenceType;

This item has no description.

Public property ValueAsString: string read GetValueAsString;

This item has no description.