[This is preliminary documentation and is subject to change.]
Denotes types that Arow directly supports. Complex object are serialized as POD
Namespace: NFX.Serialization.ArowAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax
Members
| Member name | Value | Description | |
|---|---|---|---|
| Null | 0 | ||
| Row | 1 | ||
| Array | 2 | ||
| POD | 3 | ||
| Boolean | 100 | ||
| Char | 101 | ||
| String | 102 | ||
| Single | 103 | ||
| Double | 104 | ||
| Decimal | 105 | ||
| Amount | 106 | ||
| Byte | 107 | ||
| ByteArray | 108 | ||
| SByte | 109 | ||
| Int16 | 110 | ||
| Int32 | 111 | ||
| Int64 | 112 | ||
| UInt16 | 113 | ||
| UInt32 | 114 | ||
| UInt64 | 115 | ||
| DateTime | 116 | ||
| TimeSpan | 117 | ||
| Guid | 118 | ||
| GDID | 119 | ||
| FID | 120 | ||
| PilePointer | 121 | ||
| NLSMap | 122 |
See Also