You are here:
Start »
AVL.NET »
ReaderMode Enumeration
ReaderMode Enumeration
| Namespace: | Atl |
| Assembly: | AvlNet.Types.dll |
Members
| Member name | Description |
| ExternalFlat | External (foreign) data stream, safety critical to verify its format, unstable, not allowed to have nested pointers and remote blobs, must copy blob content during deserialization. |
| Internal | Internal (filter-to-filter) data stream, contains pointers and remote blobs, stable, can link to nested blobs. |
| StableFlat | Stable data stream (can link to nested blobs) but not allowed to have external pointers or remote blobs. |
| Unstable | Internal but non-stable data stream. Allowed to have nested pointers and remote blobs, but must copy blob content during deserialization. |
See also