StreamingFormat
Overview
Library internal enum to describe the data (de)serialization format for certain cases with possible variations.
Location
- Reference: RemObjects.SDK.dll
- Namespace: RemObjects.SDK
| Value | Description |
|---|---|
| AnsiString | Serialize as non-Unicode string, single byte characters |
| Currency | Serialize as currency |
| Decimal | Serialize as decimal number |
| Default | Use the default data representation |
| Utf8String | Serialize as UTF-8 string, single byte characters |
| Variant | Requests serialization compatible with Delphi Variant type |
| WideString | Serialize as Unicode string, multi byte characters |