You are here: Start » AVL.NET » ReaderMode Enumeration

ReaderMode Enumeration

Namespace:Atl
Assembly:AvlNet.Types.dll

Members

Member nameDescription
ExternalFlatExternal (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.
InternalInternal (filter-to-filter) data stream, contains pointers and remote blobs, stable, can link to nested blobs.
StableFlatStable data stream (can link to nested blobs) but not allowed to have external pointers or remote blobs.
UnstableInternal but non-stable data stream. Allowed to have nested pointers and remote blobs, but must copy blob content during deserialization.

See also