Description | Hierarchy | Fields | Methods | Properties |
type TAttributeExchangingObject = class(TReferenceCounted)
An object which is able to serialize and deserialize its attributes into an TAttributes object.
![]() |
procedure DeserializeAttributes(Input: TAttributes; FileName: StringType = ''; Flags: LongWord = 0); inline; |
![]() |
procedure SerializeAttributes(Output: TAttributes; FileName: StringType = ''; Flags: LongWord = 0); inline; |
![]() |
procedure DeserializeAttributes(Input: TAttributes; FileName: StringType = ''; Flags: LongWord = 0); inline; |
Reads attributes of the object. |
![]() |
procedure SerializeAttributes(Output: TAttributes; FileName: StringType = ''; Flags: LongWord = 0); inline; |
Writes attributes of the object. |