SerializationWriter.OptimizeForSize Property
Gets or Sets a boolean flag to indicate whether to optimize for size (default)
by storing data as packed bits or sections where possible.
Setting this value to false will turn off this optimization and store
data directly which increases the speed.
Note: This only affects optimization of data passed to the WriteObject method
and direct calls to the WriteOptimized methods will always pack data into
the smallest space where possible.
Namespace: SobekCM.Core.MemoryMgmt Assembly: SobekCM_Core (in SobekCM_Core.dll) Version: 4.10.0.0 (4.10.0.0) SyntaxSee AlsoVersion 4.10.0 ( last generated Monday, March 7, 2016 ) |