Click or drag to resize
SerializationWriterWriteOptimized Method (ArrayList)
Writes an non-null ArrayList into the stream using the fewest number of bytes possible. Stored Size: 1 byte upwards depending on data content Notes: An empty ArrayList takes 1 byte.

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.3.0.0 (5.3.0)
Syntax
public void WriteOptimized(
	ArrayList value
)

Parameters

value
Type: System.CollectionsArrayList
The ArrayList to store. Must not be null.
See Also