SerializationWriterWriteOptimized Method (Int32) | 
 
            Writes an Int32[] into the stream using the fewest possible bytes.
            Notes:
            A null or empty array will take 1 byte.
            
 
    Namespace: 
   SD.LLBLGen.Pro.ORMSupportClasses
    Assembly:
   SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.7.0.0 (5.7.0)
Syntaxpublic void WriteOptimized(
	int[] values
)
Public Sub WriteOptimized ( 
	values As Integer()
)
Parameters
- values
 - Type: SystemInt32
The Int32[] to store. 
See Also