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.4.0.0 (5.4.0)
Syntax public void WriteOptimized(
ArrayList value
)
Public Sub WriteOptimized (
value As ArrayList
)
Parameters
- value
- Type: System.CollectionsArrayList
The ArrayList to store. Must not be null.
See Also