Class TSerializedValue
Unit
Declaration
type TSerializedValue = class(TSerializedArray)
Description
Information about a serialized .NET value
Hierarchy
- TObject
- TCustomSerializedObject
- TSerializedArray
- TSerializedValue
Overview
Methods
constructor Create(AContainer: TDotNetDeserialization; AItemType: TFieldType); overload; |
|
function GetIsReferenceType: boolean; |
|
function GetTypeAsString: string; override; |
|
function GetValueAsString: string; |
Properties
property IsReferenceType: boolean read GetIsReferenceType; |
|
property ValueAsString: string read GetValueAsString; |
Description
Methods
constructor Create(AContainer: TDotNetDeserialization; AItemType: TFieldType); overload; |
|
This item has no description. |
function GetIsReferenceType: boolean; |
|
This item has no description. |
function GetTypeAsString: string; override; |
|
This item has no description. |
function GetValueAsString: string; |
|
This item has no description. |
Properties
property IsReferenceType: boolean read GetIsReferenceType; |
|
This item has no description. |
property ValueAsString: string read GetValueAsString; |
|
This item has no description. |