SerializationWriterWriteOptimized Method (Int64) | 
 
            Writes an Int64[] 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.5.0.0 (5.5.18.1019)
Syntaxpublic void WriteOptimized(
	long[] values
)
Public Sub WriteOptimized ( 
	values As Long()
)
Parameters
- values
 - Type: SystemInt64
The Int64[] to store. 
See Also