SerializationWriterWriteOptimized Method (Int16) |
Writes an Int16[] 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.4.0.0 (5.4.0)
Syntax public void WriteOptimized(
short[] values
)
Public Sub WriteOptimized (
values As Short()
)
Parameters
- values
- Type: SystemInt16
The Int16[] to store.
See Also